#373FAA

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

Shades of Persian Blue #373FAA

Tints of Persian Blue #373FAA

Color information

#373FAA (or 0x373FAA) is unknown color: approx Persian Blue. HEX triplet: 37, 3F and AA. RGB value is (55,63,170). Sum of RGB (Red+Green+Blue) = 55+63+170=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #373FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373FAA is #C8C055. Grayscale: #484848. Windows color (decimal): -13156438 or 11157303. OLE color: 11157303.

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

Color convert

RGB5563170-
CMYK0.680.6300.33
HSL235.83º51.11%44.12%-
HSV(B)235.83º67.65%66.67%-
XYZ10.617.2738.87-
YUV72.81182.85115.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.10%
GREEN value IS 63 (25% from 255) = 21.88%
BLUE value IS 170 (66.80% from 255) = 59.03%
R=19.10%
G=21.88%
B=59.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55631700.680.6300.33235.8351.1144.12
Hex373FAA443F021ec332c
Octal6777252104770413546354
Binary110111111111101010101000100111111010000111101100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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