#3B35BE

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

Shades of Persian Blue #3B35BE

Tints of Persian Blue #3B35BE

Color information

#3B35BE (or 0x3B35BE) is unknown color: approx Persian Blue. HEX triplet: 3B, 35 and BE. RGB value is (59,53,190). Sum of RGB (Red+Green+Blue) = 59+53+190=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B35BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B35BE is #C4CA41. Grayscale: #454545. Windows color (decimal): -12896834 or 12465467. OLE color: 12465467.

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

Color convert

RGB5953190-
CMYK0.690.7200.25
HSL242.63º56.38%47.65%-
HSV(B)242.63º72.11%74.51%-
XYZ12.377.1949.45-
YUV70.41195.49119.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.54%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 190 (74.61% from 255) = 62.91%
R=19.54%
G=17.55%
B=62.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59531900.690.7200.25242.6356.3847.65
Hex3B35BE4548019f33830
Octal73652761051100313637060
Binary111011110101101111101000101100100001100111110011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B35BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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