#374FBE

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

Shades of Free Speech Blue #374FBE

Tints of Free Speech Blue #374FBE

Color information

#374FBE (or 0x374FBE) is unknown color: approx Free Speech Blue. HEX triplet: 37, 4F and BE. RGB value is (55,79,190). Sum of RGB (Red+Green+Blue) = 55+79+190=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #374FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374FBE is #C8B041. Grayscale: #545454. Windows color (decimal): -13152322 or 12472119. OLE color: 12472119.

HSL color Cylindrical-coordinate representation of color #374FBE: hue angle of 229.33º 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 #374FBE is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5579190-
CMYK0.710.5800.25
HSL229.33º55.1%48.04%-
HSV(B)229.33º71.05%74.51%-
XYZ13.6710.1249.95-
YUV84.48187.55106.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.98%
GREEN value IS 79 (31.25% from 255) = 24.38%
BLUE value IS 190 (74.61% from 255) = 58.64%
R=16.98%
G=24.38%
B=58.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal55791900.710.5800.25229.3355.148.04
Hex374FBE473A019e53730
Octal67117276107720313456760
Binary110111100111110111110100011111101001100111100101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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