#373AA9

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

Shades of Persian Blue #373AA9

Tints of Persian Blue #373AA9

Color information

#373AA9 (or 0x373AA9) is unknown color: approx Persian Blue. HEX triplet: 37, 3A and A9. RGB value is (55,58,169). Sum of RGB (Red+Green+Blue) = 55+58+169=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 169 (66.41% from 255 or 59.93% from 282); Max value from RGB is 169 - color contains mainly: blue. Hex color #373AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373AA9 is #C8C556. Grayscale: #454545. Windows color (decimal): -13157719 or 11090487. OLE color: 11090487.

HSL color Cylindrical-coordinate representation of color #373AA9: hue angle of 238.42º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #373AA9 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5558169-
CMYK0.670.6600.34
HSL238.42º50.89%43.92%-
HSV(B)238.42º67.46%66.27%-
XYZ10.256.738.29-
YUV69.76184.01117.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.50%
GREEN value IS 58 (23.05% from 255) = 20.57%
BLUE value IS 169 (66.41% from 255) = 59.93%
R=19.50%
G=20.57%
B=59.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal55581690.670.6600.34238.4250.8943.92
Hex373AA94342022ee332c
Octal67722511031020423566354
Binary1101111110101010100110000111000010010001011101110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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