#373AD4

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

Shades of Free Speech Blue #373AD4

Tints of Free Speech Blue #373AD4

Color information

#373AD4 (or 0x373AD4) is unknown color: approx Free Speech Blue. HEX triplet: 37, 3A and D4. RGB value is (55,58,212). Sum of RGB (Red+Green+Blue) = 55+58+212=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 212 (83.20% from 255 or 65.23% from 325); Max value from RGB is 212 - color contains mainly: blue. Hex color #373AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373AD4 is #C8C52B. Grayscale: #4A4A4A. Windows color (decimal): -13157676 or 13908535. OLE color: 13908535.

HSL color Cylindrical-coordinate representation of color #373AD4: hue angle of 238.85º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #373AD4 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5558212-
CMYK0.740.7300.17
HSL238.85º64.61%52.35%-
HSV(B)238.85º74.06%83.14%-
XYZ14.978.5963.16-
YUV74.66205.51113.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.92%
GREEN value IS 58 (23.05% from 255) = 17.85%
BLUE value IS 212 (83.20% from 255) = 65.23%
R=16.92%
G=17.85%
B=65.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal55582120.740.7300.17238.8564.6152.35
Hex373AD44A49011ef4134
Octal677232411211102135710164
Binary1101111110101101010010010101001001010001111011111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,58,212); }

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

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

 a { background-color: rgb(55,58,212); }

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

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

 span { border-color: rgb(55,58,212); }

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