#373DB8

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

Shades of Persian Blue #373DB8

Tints of Persian Blue #373DB8

Color information

#373DB8 (or 0x373DB8) is unknown color: approx Persian Blue. HEX triplet: 37, 3D and B8. RGB value is (55,61,184). Sum of RGB (Red+Green+Blue) = 55+61+184=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 184 (72.27% from 255 or 61.33% from 300); Max value from RGB is 184 - color contains mainly: blue. Hex color #373DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DB8 is #C8C247. Grayscale: #484848. Windows color (decimal): -13156936 or 12074295. OLE color: 12074295.

HSL color Cylindrical-coordinate representation of color #373DB8: hue angle of 237.21º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #373DB8 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5561184-
CMYK0.700.6700.28
HSL237.21º53.97%46.86%-
HSV(B)237.21º70.11%72.16%-
XYZ11.97.6146.19-
YUV73.23190.51115-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.33%
GREEN value IS 61 (24.22% from 255) = 20.33%
BLUE value IS 184 (72.27% from 255) = 61.33%
R=18.33%
G=20.33%
B=61.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal55611840.700.6700.28237.2153.9746.86
Hex373DB8464301Ced362f
Octal67752701061030343556657
Binary110111111101101110001000110100001101110011101101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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