#3B2ABE

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

Shades of Persian Blue #3B2ABE

Tints of Persian Blue #3B2ABE

Color information

#3B2ABE (or 0x3B2ABE) is unknown color: approx Persian Blue. HEX triplet: 3B, 2A and BE. RGB value is (59,42,190). Sum of RGB (Red+Green+Blue) = 59+42+190=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B2ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2ABE is #C4D541. Grayscale: #3F3F3F. Windows color (decimal): -12899650 or 12462651. OLE color: 12462651.

HSL color Cylindrical-coordinate representation of color #3B2ABE: hue angle of 246.89º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B2ABE is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5942190-
CMYK0.690.7800.25
HSL246.89º63.79%45.49%-
HSV(B)246.89º77.89%74.51%-
XYZ11.936.349.3-
YUV63.96199.13124.47-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.27%
GREEN value IS 42 (16.80% from 255) = 14.43%
BLUE value IS 190 (74.61% from 255) = 65.29%
R=20.27%
G=14.43%
B=65.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59421900.690.7800.25246.8963.7945.49
Hex3B2ABE454E019f7402d
Octal735227610511603136710055
Binary1110111010101011111010001011001110011001111101111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,42,190); }

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

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

 a { background-color: rgb(59,42,190); }

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

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

 span { border-color: rgb(59,42,190); }

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