#374DDC

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

Shades of Free Speech Blue #374DDC

Tints of Free Speech Blue #374DDC

Color information

#374DDC (or 0x374DDC) is unknown color: approx Free Speech Blue. HEX triplet: 37, 4D and DC. RGB value is (55,77,220). Sum of RGB (Red+Green+Blue) = 55+77+220=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #374DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DDC is #C8B223. Grayscale: #565656. Windows color (decimal): -13152804 or 14437687. OLE color: 14437687.

HSL color Cylindrical-coordinate representation of color #374DDC: hue angle of 232º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374DDC is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5577220-
CMYK0.750.6500.14
HSL232º70.21%53.92%-
HSV(B)232º75%86.27%-
XYZ17.1511.2968.99-
YUV86.72203.21105.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.62%
GREEN value IS 77 (30.47% from 255) = 21.88%
BLUE value IS 220 (86.33% from 255) = 62.5%
R=15.62%
G=21.88%
B=62.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal55772200.750.6500.1423270.2153.92
Hex374DDC4B410Ee84636
Octal6711533411310101635010666
Binary1101111001101110111001001011100000101110111010001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,77,220); }

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

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

 a { background-color: rgb(55,77,220); }

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

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

 span { border-color: rgb(55,77,220); }

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