Html Css Color HEX #374ACE Free Speech Blue

📋 copy color: '#374ACE'

red 55 ◦ green 74 ◦ blue 206

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

Shades of Free Speech Blue #374ACE

Tints of Free Speech Blue #374ACE

RGB

 RED value IS 55 (21.88% from 255) = 16.42%

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

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

R = 16.42%
G = 22.09%
B = 61.49%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#374ACE (or 0x374ACE) is known color: Free Speech Blue. HEX triplet: 37, 4A and CE. RGB value is (55,74,206). Sum of RGB (Red+Green+Blue) = 55+74+206=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #374ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374ACE is #C8B531. Grayscale: #525252. Windows color (decimal): -13153586 or 13519415. OLE color: 13519415.

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

Color convert

RGB 55 74 206 -
CMYK 0.73 0.64 0 0.19
HSL 232.45º 0.61% 0.51% -
HSV(B) 232.45º 0.73% 0.81% -
XYZ 15.16 10.17 59.56 -
YUV 83.37 197.21 107.77 -
System Red Green Blue C M Y K H S L
Decimal 55 74 206 0.73 0.64 0 0.19 232.45 0.61 0.51
Hex 37 4A CE 49 40 0 13 E8 3D 33
Octal 67 112 316 111 100 0 23 350 75 63
Binary 110111 1001010 11001110 1001001 1000000 0 10011 11101000 111101 110011

Color Harmonies of #374ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374ACE

Black with #374ACE

Text Example


Text Example

White with #374ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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