Html Css Color HEX #364CCD Free Speech Blue

📋 copy color: '#364CCD'

red 54 ◦ green 76 ◦ blue 205

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

Shades of Free Speech Blue #364CCD

Tints of Free Speech Blue #364CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.19%

R = 16.12%
G = 22.69%
B = 61.19%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#364CCD (or 0x364CCD) is known color: Free Speech Blue. HEX triplet: 36, 4C and CD. RGB value is (54,76,205). Sum of RGB (Red+Green+Blue) = 54+76+205=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #364CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CCD is #C9B332. Grayscale: #535353. Windows color (decimal): -13218611 or 13454390. OLE color: 13454390.

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

Color convert

RGB 54 76 205 -
CMYK 0.74 0.63 0 0.20
HSL 231.26º 0.6% 0.51% -
HSV(B) 231.26º 0.74% 0.8% -
XYZ 15.13 10.36 58.96 -
YUV 84.13 196.21 106.51 -
System Red Green Blue C M Y K H S L
Decimal 54 76 205 0.74 0.63 0 0.20 231.26 0.6 0.51
Hex 36 4C CD 4A 3F 0 14 E7 3C 33
Octal 66 114 315 112 77 0 24 347 74 63
Binary 110110 1001100 11001101 1001010 111111 0 10100 11100111 111100 110011

Color Harmonies of #364CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364CCD

Black with #364CCD

Text Example


Text Example

White with #364CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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