Html Css Color HEX #374ACB Free Speech Blue

📋 copy color: '#374ACB'

red 55 ◦ green 74 ◦ blue 203

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

Shades of Free Speech Blue #374ACB

Tints of Free Speech Blue #374ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.14%

R = 16.57%
G = 22.29%
B = 61.14%

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

#374ACB (or 0x374ACB) is known color: Free Speech Blue. HEX triplet: 37, 4A and CB. RGB value is (55,74,203). Sum of RGB (Red+Green+Blue) = 55+74+203=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #374ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374ACB is #C8B534. Grayscale: #525252. Windows color (decimal): -13153589 or 13322807. OLE color: 13322807.

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

Color convert

RGB 55 74 203 -
CMYK 0.73 0.64 0 0.20
HSL 232.3º 0.59% 0.51% -
HSV(B) 232.3º 0.73% 0.8% -
XYZ 14.8 10.02 57.65 -
YUV 83.03 195.71 108.01 -
System Red Green Blue C M Y K H S L
Decimal 55 74 203 0.73 0.64 0 0.20 232.3 0.59 0.51
Hex 37 4A CB 49 40 0 14 E8 3B 33
Octal 67 112 313 111 100 0 24 350 73 63
Binary 110111 1001010 11001011 1001001 1000000 0 10100 11101000 111011 110011

Color Harmonies of #374ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374ACB

Black with #374ACB

Text Example


Text Example

White with #374ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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