#2E3FD8

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

Shades of Persian Blue #2E3FD8

Tints of Persian Blue #2E3FD8

Color information

#2E3FD8 (or 0x2E3FD8) is unknown color: approx Persian Blue. HEX triplet: 2E, 3F and D8. RGB value is (46,63,216). Sum of RGB (Red+Green+Blue) = 46+63+216=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 216 (84.77% from 255 or 66.46% from 325); Max value from RGB is 216 - color contains mainly: blue. Hex color #2E3FD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3FD8 is #D1C027. Grayscale: #4A4A4A. Windows color (decimal): -13746216 or 14171950. OLE color: 14171950.

HSL color Cylindrical-coordinate representation of color #2E3FD8: hue angle of 234º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E3FD8 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4663216-
CMYK0.790.7100.15
HSL234º68.55%51.37%-
HSV(B)234º78.7%84.71%-
XYZ15.39.0965.91-
YUV75.36207.37107.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.15%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 216 (84.77% from 255) = 66.46%
R=14.15%
G=19.38%
B=66.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal46632160.790.7100.1523468.5551.37
Hex2E3FD84F470Fea4533
Octal567733011710701735210563
Binary101110111111110110001001111100011101111111010101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E3FD8; }

 p { color: rgb(46,63,216); }

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

<style>
 a { background-color: #2E3FD8; }

 a { background-color: rgb(46,63,216); }

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

<style>
 span { border-color: #2E3FD8; }

 span { border-color: rgb(46,63,216); }

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