#373ACC

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

Shades of Free Speech Blue #373ACC

Tints of Free Speech Blue #373ACC

Color information

#373ACC (or 0x373ACC) is unknown color: approx Free Speech Blue. HEX triplet: 37, 3A and CC. RGB value is (55,58,204). Sum of RGB (Red+Green+Blue) = 55+58+204=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #373ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373ACC is #C8C533. Grayscale: #494949. Windows color (decimal): -13157684 or 13384247. OLE color: 13384247.

HSL color Cylindrical-coordinate representation of color #373ACC: hue angle of 238.79º degrees, saturation: 0.59, 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 #373ACC is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5558204-
CMYK0.730.7200.2
HSL238.79º59.36%50.78%-
HSV(B)238.79º73.04%80%-
XYZ13.998.257.97-
YUV73.75201.51114.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 58 (23.05% from 255) = 18.30%
BLUE value IS 204 (80.08% from 255) = 64.35%
R=17.35%
G=18.30%
B=64.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal55582040.730.7200.2238.7959.3650.78
Hex373ACC4948014ef3b33
Octal67723141111100243577363
Binary110111111010110011001001001100100001010011101111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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