#373CAA

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

Shades of Persian Blue #373CAA

Tints of Persian Blue #373CAA

Color information

#373CAA (or 0x373CAA) is unknown color: approx Persian Blue. HEX triplet: 37, 3C and AA. RGB value is (55,60,170). Sum of RGB (Red+Green+Blue) = 55+60+170=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #373CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373CAA is #C8C355. Grayscale: #464646. Windows color (decimal): -13157206 or 11156535. OLE color: 11156535.

HSL color Cylindrical-coordinate representation of color #373CAA: hue angle of 237.39º 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 #373CAA is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5560170-
CMYK0.680.6500.33
HSL237.39º51.11%44.12%-
HSV(B)237.39º67.65%66.67%-
XYZ10.456.9538.82-
YUV71.04183.84116.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 60 (23.83% from 255) = 21.05%
BLUE value IS 170 (66.80% from 255) = 59.65%
R=19.30%
G=21.05%
B=59.65%

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
Decimal55601700.680.6500.33237.3951.1144.12
Hex373CAA4441021ed332c
Octal67742521041010413556354
Binary1101111111001010101010001001000001010000111101101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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