#3B2BCA

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

Shades of Persian Blue #3B2BCA

Tints of Persian Blue #3B2BCA

Color information

#3B2BCA (or 0x3B2BCA) is unknown color: approx Persian Blue. HEX triplet: 3B, 2B and CA. RGB value is (59,43,202). Sum of RGB (Red+Green+Blue) = 59+43+202=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B2BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2BCA is #C4D435. Grayscale: #414141. Windows color (decimal): -12899382 or 13249339. OLE color: 13249339.

HSL color Cylindrical-coordinate representation of color #3B2BCA: hue angle of 246.04º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B2BCA is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5943202-
CMYK0.710.7900.21
HSL246.04º64.9%48.04%-
HSV(B)246.04º78.71%79.22%-
XYZ13.336.9256.51-
YUV65.91204.8123.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.41%
GREEN value IS 43 (17.19% from 255) = 14.14%
BLUE value IS 202 (79.30% from 255) = 66.45%
R=19.41%
G=14.14%
B=66.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal59432020.710.7900.21246.0464.948.04
Hex3B2BCA474F015f64130
Octal735331210711702536610160
Binary1110111010111100101010001111001111010101111101101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,43,202); }

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

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

 a { background-color: rgb(59,43,202); }

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

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

 span { border-color: rgb(59,43,202); }

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