#373BAA

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

Shades of Persian Blue #373BAA

Tints of Persian Blue #373BAA

Color information

#373BAA (or 0x373BAA) is unknown color: approx Persian Blue. HEX triplet: 37, 3B and AA. RGB value is (55,59,170). Sum of RGB (Red+Green+Blue) = 55+59+170=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #373BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373BAA is #C8C455. Grayscale: #464646. Windows color (decimal): -13157462 or 11156279. OLE color: 11156279.

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

Color convert

RGB5559170-
CMYK0.680.6500.33
HSL237.91º51.11%44.12%-
HSV(B)237.91º67.65%66.67%-
XYZ10.46.8438.8-
YUV70.46184.17116.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.37%
GREEN value IS 59 (23.44% from 255) = 20.77%
BLUE value IS 170 (66.80% from 255) = 59.86%
R=19.37%
G=20.77%
B=59.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55591700.680.6500.33237.9151.1144.12
Hex373BAA4441021ee332c
Octal67732521041010413566354
Binary1101111110111010101010001001000001010000111101110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,59,170); }

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

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

 a { background-color: rgb(55,59,170); }

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

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

 span { border-color: rgb(55,59,170); }

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