Html Css Color HEX #364ACE Free Speech Blue

📋 copy color: '#364ACE'

red 54 ◦ green 74 ◦ blue 206

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

Shades of Free Speech Blue #364ACE

Tints of Free Speech Blue #364ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.16%

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 16.17%
G = 22.16%
B = 61.68%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#364ACE (or 0x364ACE) is known color: Free Speech Blue. HEX triplet: 36, 4A and CE. RGB value is (54,74,206). Sum of RGB (Red+Green+Blue) = 54+74+206=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #364ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364ACE is #C9B531. Grayscale: #525252. Windows color (decimal): -13219122 or 13519414. OLE color: 13519414.

HSL color Cylindrical-coordinate representation of color #364ACE: hue angle of 232.11º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #364ACE is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 74 206 -
CMYK 0.74 0.64 0 0.19
HSL 232.11º 0.61% 0.51% -
HSV(B) 232.11º 0.74% 0.81% -
XYZ 15.11 10.14 59.55 -
YUV 83.07 197.37 107.27 -
System Red Green Blue C M Y K H S L
Decimal 54 74 206 0.74 0.64 0 0.19 232.11 0.61 0.51
Hex 36 4A CE 4A 40 0 13 E8 3D 33
Octal 66 112 316 112 100 0 23 350 75 63
Binary 110110 1001010 11001110 1001010 1000000 0 10011 11101000 111101 110011

Color Harmonies of #364ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364ACE

Black with #364ACE

Text Example


Text Example

White with #364ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,74,206); }

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

background-color css

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

 a { background-color: rgb(54,74,206); }

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

border-color css

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

 span { border-color: rgb(54,74,206); }

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