#373AAC

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

Shades of Persian Blue #373AAC

Tints of Persian Blue #373AAC

Color information

#373AAC (or 0x373AAC) is unknown color: approx Persian Blue. HEX triplet: 37, 3A and AC. RGB value is (55,58,172). Sum of RGB (Red+Green+Blue) = 55+58+172=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #373AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373AAC is #C8C553. Grayscale: #454545. Windows color (decimal): -13157716 or 11287095. OLE color: 11287095.

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

Color convert

RGB5558172-
CMYK0.680.6600.33
HSL238.46º51.54%44.51%-
HSV(B)238.46º68.02%67.45%-
XYZ10.536.8239.79-
YUV70.1185.51117.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 58 (23.05% from 255) = 20.35%
BLUE value IS 172 (67.58% from 255) = 60.35%
R=19.30%
G=20.35%
B=60.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55581720.680.6600.33238.4651.5444.51
Hex373AAC4442021ee342d
Octal67722541041020413566455
Binary1101111110101010110010001001000010010000111101110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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