#373DBC

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

Shades of Persian Blue #373DBC

Tints of Persian Blue #373DBC

Color information

#373DBC (or 0x373DBC) is unknown color: approx Persian Blue. HEX triplet: 37, 3D and BC. RGB value is (55,61,188). Sum of RGB (Red+Green+Blue) = 55+61+188=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #373DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DBC is #C8C243. Grayscale: #494949. Windows color (decimal): -13156932 or 12336439. OLE color: 12336439.

HSL color Cylindrical-coordinate representation of color #373DBC: hue angle of 237.29º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #373DBC is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5561188-
CMYK0.710.6800.26
HSL237.29º54.73%47.65%-
HSV(B)237.29º70.74%73.73%-
XYZ12.327.7848.43-
YUV73.68192.51114.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.09%
GREEN value IS 61 (24.22% from 255) = 20.07%
BLUE value IS 188 (73.83% from 255) = 61.84%
R=18.09%
G=20.07%
B=61.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal55611880.710.6800.26237.2954.7347.65
Hex373DBC474401Aed3730
Octal67752741071040323556760
Binary110111111101101111001000111100010001101011101101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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