#3e2ec8

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

Shades of Persian Blue #3E2EC8

Tints of Persian Blue #3E2EC8

Color information

#3E2EC8 (or 0x3E2EC8) is unknown color: approx Persian Blue. HEX triplet: 3E, 2E and C8. RGB value is (62,46,200). Sum of RGB (Red+Green+Blue) = 62+46+200=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 200 (78.52% from 255 or 64.94% from 308); Max value from RGB is 200 - color contains mainly: blue. Hex color #3E2EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2EC8 is #C1D137. Grayscale: #434343. Windows color (decimal): -12702008 or 13119038. OLE color: 13119038.

HSL color Cylindrical-coordinate representation of color #3E2EC8: hue angle of 246.23º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E2EC8 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6246200-
CMYK0.690.7700.22
HSL246.23º62.6%48.24%-
HSV(B)246.23º77%78.43%-
XYZ13.397.1555.32-
YUV68.34202.3123.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.13%
GREEN value IS 46 (18.36% from 255) = 14.94%
BLUE value IS 200 (78.52% from 255) = 64.94%
R=20.13%
G=14.94%
B=64.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal62462000.690.7700.22246.2362.648.24
Hex3E2EC8454D016f63f30
Octal76563101051150263667760
Binary111110101110110010001000101100110101011011110110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e2ec8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,46,200); }

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

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

 a { background-color: rgb(62,46,200); }

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

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

 span { border-color: rgb(62,46,200); }

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