#374ABE

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

Shades of Free Speech Blue #374ABE

Tints of Free Speech Blue #374ABE

Color information

#374ABE (or 0x374ABE) is unknown color: approx Free Speech Blue. HEX triplet: 37, 4A and BE. RGB value is (55,74,190). Sum of RGB (Red+Green+Blue) = 55+74+190=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #374ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374ABE is #C8B541. Grayscale: #515151. Windows color (decimal): -13153602 or 12470839. OLE color: 12470839.

HSL color Cylindrical-coordinate representation of color #374ABE: hue angle of 231.56º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #374ABE is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5574190-
CMYK0.710.6100.25
HSL231.56º55.1%48.04%-
HSV(B)231.56º71.05%74.51%-
XYZ13.329.4349.83-
YUV81.54189.21109.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 74 (29.30% from 255) = 23.20%
BLUE value IS 190 (74.61% from 255) = 59.56%
R=17.24%
G=23.20%
B=59.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal55741900.710.6100.25231.5655.148.04
Hex374ABE473D019e83730
Octal67112276107750313506760
Binary110111100101010111110100011111110101100111101000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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