#373DAA

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

Shades of Persian Blue #373DAA

Tints of Persian Blue #373DAA

Color information

#373DAA (or 0x373DAA) is unknown color: approx Persian Blue. HEX triplet: 37, 3D and AA. RGB value is (55,61,170). Sum of RGB (Red+Green+Blue) = 55+61+170=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #373DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373DAA is #C8C255. Grayscale: #474747. Windows color (decimal): -13156950 or 11156791. OLE color: 11156791.

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

Color convert

RGB5561170-
CMYK0.680.6400.33
HSL236.87º51.11%44.12%-
HSV(B)236.87º67.65%66.67%-
XYZ10.57.0538.84-
YUV71.63183.51116.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 61 (24.22% from 255) = 21.33%
BLUE value IS 170 (66.80% from 255) = 59.44%
R=19.23%
G=21.33%
B=59.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55611700.680.6400.33236.8751.1144.12
Hex373DAA4440021ed332c
Octal67752521041000413556354
Binary1101111111011010101010001001000000010000111101101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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