#374BC1

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

Shades of Free Speech Blue #374BC1

Tints of Free Speech Blue #374BC1

Color information

#374BC1 (or 0x374BC1) is unknown color: approx Free Speech Blue. HEX triplet: 37, 4B and C1. RGB value is (55,75,193). Sum of RGB (Red+Green+Blue) = 55+75+193=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #374BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374BC1 is #C8B43E. Grayscale: #515151. Windows color (decimal): -13153343 or 12667703. OLE color: 12667703.

HSL color Cylindrical-coordinate representation of color #374BC1: hue angle of 231.3º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #374BC1 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5575193-
CMYK0.720.6100.24
HSL231.3º55.65%48.63%-
HSV(B)231.3º71.5%75.69%-
XYZ13.729.6951.6-
YUV82.47190.37108.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.03%
GREEN value IS 75 (29.69% from 255) = 23.22%
BLUE value IS 193 (75.78% from 255) = 59.75%
R=17.03%
G=23.22%
B=59.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal55751930.720.6100.24231.355.6548.63
Hex374BC1483D018e73831
Octal67113301110750303477061
Binary110111100101111000001100100011110101100011100111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,75,193); }

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

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

 a { background-color: rgb(55,75,193); }

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

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

 span { border-color: rgb(55,75,193); }

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