#373DCD

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

Shades of Free Speech Blue #373DCD

Tints of Free Speech Blue #373DCD

Color information

#373DCD (or 0x373DCD) is unknown color: approx Free Speech Blue. HEX triplet: 37, 3D and CD. RGB value is (55,61,205). Sum of RGB (Red+Green+Blue) = 55+61+205=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #373DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DCD is #C8C232. Grayscale: #4B4B4B. Windows color (decimal): -13156915 or 13450551. OLE color: 13450551.

HSL color Cylindrical-coordinate representation of color #373DCD: hue angle of 237.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #373DCD is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5561205-
CMYK0.730.7000.20
HSL237.6º60%50.98%-
HSV(B)237.6º73.17%80.39%-
XYZ14.268.5658.66-
YUV75.62201.01113.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 61 (24.22% from 255) = 19.00%
BLUE value IS 205 (80.47% from 255) = 63.86%
R=17.13%
G=19.00%
B=63.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal55612050.730.7000.20237.66050.98
Hex373DCD4946014ee3c33
Octal67753151111060243567463
Binary110111111101110011011001001100011001010011101110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373DCD; }

 p { color: rgb(55,61,205); }

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

<style>
 a { background-color: #373DCD; }

 a { background-color: rgb(55,61,205); }

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

<style>
 span { border-color: #373DCD; }

 span { border-color: rgb(55,61,205); }

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