#364dcc

Color #364DCC Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #364DCC

Tints of Free Speech Blue #364DCC

Color information

#364DCC (or 0x364DCC) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4D and CC. RGB value is (54,77,204). Sum of RGB (Red+Green+Blue) = 54+77+204=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #364DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DCC is #C9B233. Grayscale: #545454. Windows color (decimal): -13218356 or 13389110. OLE color: 13389110.

HSL color Cylindrical-coordinate representation of color #364DCC: hue angle of 230.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #364DCC is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5477204-
CMYK0.740.6200.2
HSL230.8º59.52%50.59%-
HSV(B)230.8º73.53%80%-
XYZ15.0710.4558.35-
YUV84.6195.38106.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 16.12%
GREEN value IS 77 (30.47% from 255) = 22.99%
BLUE value IS 204 (80.08% from 255) = 60.90%
R=16.12%
G=22.99%
B=60.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal54772040.740.6200.2230.859.5250.59
Hex364DCC4A3E014e73c33
Octal66115314112760243477463
Binary110110100110111001100100101011111001010011100111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364dcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364dcc; }

 p { color: rgb(54,77,204); }

 H1.HeaderClassName
 {
   color: #364dcc;
 }
 .AnyTagClassName
 {
   color: #364dcc;
 }
</style>
background-color css

<style>
 a { background-color: #364dcc; }

 a { background-color: rgb(54,77,204); }

 div.DivClassName
 {
   background-color: #364dcc;
 }
 .BgClassName
 {
   background-color: #364dcc;
 }
</style>
border-color css

<style>
 span { border-color: #364dcc; }

 span { border-color: rgb(54,77,204); }

 td.TdClassName
 {
   border-color: #364dcc;
 }
 .TagClassName
 {
   border-color: #364dcc;
 }
</style>