#3B24B7

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

Shades of Persian Blue #3B24B7

Tints of Persian Blue #3B24B7

Color information

#3B24B7 (or 0x3B24B7) is unknown color: approx Persian Blue. HEX triplet: 3B, 24 and B7. RGB value is (59,36,183). Sum of RGB (Red+Green+Blue) = 59+36+183=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 183 (71.88% from 255 or 65.83% from 278); Max value from RGB is 183 - color contains mainly: blue. Hex color #3B24B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B24B7 is #C4DB48. Grayscale: #3B3B3B. Windows color (decimal): -12901193 or 12002363. OLE color: 12002363.

HSL color Cylindrical-coordinate representation of color #3B24B7: hue angle of 249.39º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B24B7 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5936183-
CMYK0.680.8000.28
HSL249.39º67.12%42.94%-
HSV(B)249.39º80.33%71.76%-
XYZ10.985.6145.3-
YUV59.64197.62127.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.22%
GREEN value IS 36 (14.45% from 255) = 12.95%
BLUE value IS 183 (71.88% from 255) = 65.83%
R=21.22%
G=12.95%
B=65.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal59361830.680.8000.28249.3967.1242.94
Hex3B24B7445001Cf9432b
Octal734426710412003437110353
Binary1110111001001011011110001001010000011100111110011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B24B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B24B7; }

 p { color: rgb(59,36,183); }

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

<style>
 a { background-color: #3B24B7; }

 a { background-color: rgb(59,36,183); }

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

<style>
 span { border-color: #3B24B7; }

 span { border-color: rgb(59,36,183); }

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