Html Css Color HEX #364DCC Free Speech Blue

📋 copy color: '#364DCC'

red 54 ◦ green 77 ◦ blue 204

#364DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #364DCC

Tints of Free Speech Blue #364DCC

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.9%

R = 16.12%
G = 22.99%
B = 60.9%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#364DCC (or 0x364DCC) is known color: 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

RGB 54 77 204 -
CMYK 0.74 0.62 0 0.2
HSL 230.8º 0.6% 0.51% -
HSV(B) 230.8º 0.74% 0.8% -
XYZ 15.07 10.45 58.35 -
YUV 84.6 195.38 106.17 -
System Red Green Blue C M Y K H S L
Decimal 54 77 204 0.74 0.62 0 0.2 230.8 0.6 0.51
Hex 36 4D CC 4A 3E 0 14 E7 3C 33
Octal 66 115 314 112 76 0 24 347 74 63
Binary 110110 1001101 11001100 1001010 111110 0 10100 11100111 111100 110011

Color Harmonies of #364DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364DCC

Black with #364DCC

Text Example


Text Example

White with #364DCC

Text Example


Text Example

HTML Codes & Css Web 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>