#374AC7

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

Shades of Free Speech Blue #374AC7

Tints of Free Speech Blue #374AC7

Color information

#374AC7 (or 0x374AC7) is unknown color: approx Free Speech Blue. HEX triplet: 37, 4A and C7. RGB value is (55,74,199). Sum of RGB (Red+Green+Blue) = 55+74+199=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 199 (78.12% from 255 or 60.67% from 328); Max value from RGB is 199 - color contains mainly: blue. Hex color #374AC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374AC7 is #C8B538. Grayscale: #525252. Windows color (decimal): -13153593 or 13060663. OLE color: 13060663.

HSL color Cylindrical-coordinate representation of color #374AC7: hue angle of 232.08º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #374AC7 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5574199-
CMYK0.720.6300.22
HSL232.08º56.69%49.8%-
HSV(B)232.08º72.36%78.04%-
XYZ14.339.8355.18-
YUV82.57193.71108.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.77%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 199 (78.12% from 255) = 60.67%
R=16.77%
G=22.56%
B=60.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal55741990.720.6300.22232.0856.6949.8
Hex374AC7483F016e83932
Octal67112307110770263507162
Binary110111100101011000111100100011111101011011101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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