Html Css Color HEX #364CDC Free Speech Blue

📋 copy color: '#364CDC'

red 54 ◦ green 76 ◦ blue 220

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

Shades of Free Speech Blue #364CDC

Tints of Free Speech Blue #364CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 15.43%
G = 21.71%
B = 62.86%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#364CDC (or 0x364CDC) is known color: Free Speech Blue. HEX triplet: 36, 4C and DC. RGB value is (54,76,220). Sum of RGB (Red+Green+Blue) = 54+76+220=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #364CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CDC is #C9B323. Grayscale: #555555. Windows color (decimal): -13218596 or 14437430. OLE color: 14437430.

HSL color Cylindrical-coordinate representation of color #364CDC: hue angle of 232.05º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #364CDC is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 76 220 -
CMYK 0.75 0.65 0 0.14
HSL 232.05º 0.7% 0.54% -
HSV(B) 232.05º 0.75% 0.86% -
XYZ 17.02 11.12 68.96 -
YUV 85.84 203.71 105.29 -
System Red Green Blue C M Y K H S L
Decimal 54 76 220 0.75 0.65 0 0.14 232.05 0.7 0.54
Hex 36 4C DC 4B 41 0 E E8 46 36
Octal 66 114 334 113 101 0 16 350 106 66
Binary 110110 1001100 11011100 1001011 1000001 0 1110 11101000 1000110 110110

Color Harmonies of #364CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364CDC

Black with #364CDC

Text Example


Text Example

White with #364CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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