Html Css Color HEX #364CCC Free Speech Blue

📋 copy color: '#364CCC'

red 54 ◦ green 76 ◦ blue 204

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

Shades of Free Speech Blue #364CCC

Tints of Free Speech Blue #364CCC

RGB

 RED value IS 54 (21.48% from 255) = 16.17%

 GREEN value IS 76 (30.08% from 255) = 22.75%

 BLUE value IS 204 (80.08% from 255) = 61.08%

R = 16.17%
G = 22.75%
B = 61.08%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#364CCC (or 0x364CCC) is known color: Free Speech Blue. HEX triplet: 36, 4C and CC. RGB value is (54,76,204). Sum of RGB (Red+Green+Blue) = 54+76+204=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #364CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CCC is #C9B333. Grayscale: #535353. Windows color (decimal): -13218612 or 13388854. OLE color: 13388854.

HSL color Cylindrical-coordinate representation of color #364CCC: hue angle of 231.2º 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 #364CCC is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 76 204 -
CMYK 0.74 0.63 0 0.2
HSL 231.2º 0.6% 0.51% -
HSV(B) 231.2º 0.74% 0.8% -
XYZ 15 10.31 58.33 -
YUV 84.01 195.71 106.59 -
System Red Green Blue C M Y K H S L
Decimal 54 76 204 0.74 0.63 0 0.2 231.2 0.6 0.51
Hex 36 4C CC 4A 3F 0 14 E7 3C 33
Octal 66 114 314 112 77 0 24 347 74 63
Binary 110110 1001100 11001100 1001010 111111 0 10100 11100111 111100 110011

Color Harmonies of #364CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364CCC

Black with #364CCC

Text Example


Text Example

White with #364CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #364CCC;
 }
 .AnyTagClassName
 {
   color: #364CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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