#3E33BC

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

Shades of Persian Blue #3E33BC

Tints of Persian Blue #3E33BC

Color information

#3E33BC (or 0x3E33BC) is unknown color: approx Persian Blue. HEX triplet: 3E, 33 and BC. RGB value is (62,51,188). Sum of RGB (Red+Green+Blue) = 62+51+188=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E33BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E33BC is #C1CC43. Grayscale: #454545. Windows color (decimal): -12700740 or 12333886. OLE color: 12333886.

HSL color Cylindrical-coordinate representation of color #3E33BC: hue angle of 244.82º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E33BC is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6251188-
CMYK0.670.7300.26
HSL244.82º57.32%46.86%-
HSV(B)244.82º72.87%73.73%-
XYZ12.257.0248.29-
YUV69.91194.64122.36-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.60%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 188 (73.83% from 255) = 62.46%
R=20.60%
G=16.94%
B=62.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal62511880.670.7300.26244.8257.3246.86
Hex3E33BC434901Af5392f
Octal76632741031110323657157
Binary111110110011101111001000011100100101101011110101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E33BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,51,188); }

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

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

 a { background-color: rgb(62,51,188); }

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

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

 span { border-color: rgb(62,51,188); }

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