Html Css Color HEX #374ACC Free Speech Blue

📋 copy color: '#374ACC'

red 55 ◦ green 74 ◦ blue 204

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

Shades of Free Speech Blue #374ACC

Tints of Free Speech Blue #374ACC

RGB

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

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

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

R = 16.52%
G = 22.22%
B = 61.26%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#374ACC (or 0x374ACC) is known color: Free Speech Blue. HEX triplet: 37, 4A and CC. RGB value is (55,74,204). Sum of RGB (Red+Green+Blue) = 55+74+204=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #374ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374ACC is #C8B533. Grayscale: #525252. Windows color (decimal): -13153588 or 13388343. OLE color: 13388343.

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

Color convert

RGB 55 74 204 -
CMYK 0.73 0.64 0 0.2
HSL 232.35º 0.59% 0.51% -
HSV(B) 232.35º 0.73% 0.8% -
XYZ 14.92 10.07 58.28 -
YUV 83.14 196.21 107.93 -
System Red Green Blue C M Y K H S L
Decimal 55 74 204 0.73 0.64 0 0.2 232.35 0.59 0.51
Hex 37 4A CC 49 40 0 14 E8 3B 33
Octal 67 112 314 111 100 0 24 350 73 63
Binary 110111 1001010 11001100 1001001 1000000 0 10100 11101000 111011 110011

Color Harmonies of #374ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374ACC

Black with #374ACC

Text Example


Text Example

White with #374ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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