#3B36AF

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

Shades of Persian Blue #3B36AF

Tints of Persian Blue #3B36AF

Color information

#3B36AF (or 0x3B36AF) is unknown color: approx Persian Blue. HEX triplet: 3B, 36 and AF. RGB value is (59,54,175). Sum of RGB (Red+Green+Blue) = 59+54+175=288 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.49% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B36AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B36AF is #C4C950. Grayscale: #444444. Windows color (decimal): -12896593 or 11482683. OLE color: 11482683.

HSL color Cylindrical-coordinate representation of color #3B36AF: hue angle of 242.48º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B36AF is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5954175-
CMYK0.660.6900.31
HSL242.48º52.84%44.9%-
HSV(B)242.48º69.14%68.63%-
XYZ10.866.6641.27-
YUV69.29187.66120.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.49%
GREEN value IS 54 (21.48% from 255) = 18.75%
BLUE value IS 175 (68.75% from 255) = 60.76%
R=20.49%
G=18.75%
B=60.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59541750.660.6900.31242.4852.8444.9
Hex3B36AF424501Ff2352d
Octal73662571021050373626555
Binary111011110110101011111000010100010101111111110010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B36AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,54,175); }

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

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

 a { background-color: rgb(59,54,175); }

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

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

 span { border-color: rgb(59,54,175); }

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