#372FC0

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

Shades of Persian Blue #372FC0

Tints of Persian Blue #372FC0

Color information

#372FC0 (or 0x372FC0) is unknown color: approx Persian Blue. HEX triplet: 37, 2F and C0. RGB value is (55,47,192). Sum of RGB (Red+Green+Blue) = 55+47+192=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 192 (75.39% from 255 or 65.31% from 294); Max value from RGB is 192 - color contains mainly: blue. Hex color #372FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372FC0 is #C8D03F. Grayscale: #414141. Windows color (decimal): -13160512 or 12594999. OLE color: 12594999.

HSL color Cylindrical-coordinate representation of color #372FC0: hue angle of 243.31º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372FC0 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5547192-
CMYK0.710.7600.25
HSL243.31º60.67%46.86%-
HSV(B)243.31º75.52%75.29%-
XYZ12.116.6550.51-
YUV65.92199.15120.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.71%
GREEN value IS 47 (18.75% from 255) = 15.99%
BLUE value IS 192 (75.39% from 255) = 65.31%
R=18.71%
G=15.99%
B=65.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal55471920.710.7600.25243.3160.6746.86
Hex372FC0474C019f33d2f
Octal67573001071140313637557
Binary110111101111110000001000111100110001100111110011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372FC0; }

 p { color: rgb(55,47,192); }

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

<style>
 a { background-color: #372FC0; }

 a { background-color: rgb(55,47,192); }

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

<style>
 span { border-color: #372FC0; }

 span { border-color: rgb(55,47,192); }

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