#374ACA

Color #374ACA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #374ACA

Tints of Free Speech Blue #374ACA

Color information

#374ACA (or 0x374ACA) is unknown color: approx Free Speech Blue. HEX triplet: 37, 4A and CA. RGB value is (55,74,202). Sum of RGB (Red+Green+Blue) = 55+74+202=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #374ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374ACA is #C8B535. Grayscale: #525252. Windows color (decimal): -13153590 or 13257271. OLE color: 13257271.

HSL color Cylindrical-coordinate representation of color #374ACA: hue angle of 232.24º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #374ACA is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5574202-
CMYK0.730.6300.21
HSL232.24º58.1%50.39%-
HSV(B)232.24º72.77%79.22%-
XYZ14.689.9757.03-
YUV82.91195.21108.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.62%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 202 (79.30% from 255) = 61.03%
R=16.62%
G=22.36%
B=61.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal55742020.730.6300.21232.2458.150.39
Hex374ACA493F015e83a32
Octal67112312111770253507262
Binary110111100101011001010100100111111101010111101000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #374ACA;
 }
 .AnyTagClassName
 {
   color: #374ACA;
 }
</style>
background-color css

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

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

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

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

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

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