Html Css Color HEX #374ACD Free Speech Blue

📋 copy color: '#374ACD'

red 55 ◦ green 74 ◦ blue 205

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

Shades of Free Speech Blue #374ACD

Tints of Free Speech Blue #374ACD

RGB

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

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

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

R = 16.47%
G = 22.16%
B = 61.38%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#374ACD (or 0x374ACD) is known color: Free Speech Blue. HEX triplet: 37, 4A and CD. RGB value is (55,74,205). Sum of RGB (Red+Green+Blue) = 55+74+205=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #374ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374ACD is #C8B532. Grayscale: #525252. Windows color (decimal): -13153587 or 13453879. OLE color: 13453879.

HSL color Cylindrical-coordinate representation of color #374ACD: hue angle of 232.4º degrees, saturation: 0.6, 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 #374ACD is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 74 205 -
CMYK 0.73 0.64 0 0.20
HSL 232.4º 0.6% 0.51% -
HSV(B) 232.4º 0.73% 0.8% -
XYZ 15.04 10.12 58.92 -
YUV 83.25 196.71 107.85 -
System Red Green Blue C M Y K H S L
Decimal 55 74 205 0.73 0.64 0 0.20 232.4 0.6 0.51
Hex 37 4A CD 49 40 0 14 E8 3C 33
Octal 67 112 315 111 100 0 24 350 74 63
Binary 110111 1001010 11001101 1001001 1000000 0 10100 11101000 111100 110011

Color Harmonies of #374ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374ACD

Black with #374ACD

Text Example


Text Example

White with #374ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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