#2E3FC0

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

Shades of Persian Blue #2E3FC0

Tints of Persian Blue #2E3FC0

Color information

#2E3FC0 (or 0x2E3FC0) is unknown color: approx Persian Blue. HEX triplet: 2E, 3F and C0. RGB value is (46,63,192). Sum of RGB (Red+Green+Blue) = 46+63+192=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #2E3FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3FC0 is #D1C03F. Grayscale: #484848. Windows color (decimal): -13746240 or 12599086. OLE color: 12599086.

HSL color Cylindrical-coordinate representation of color #2E3FC0: hue angle of 233.01º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E3FC0 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4663192-
CMYK0.760.6700.25
HSL233.01º61.34%46.67%-
HSV(B)233.01º76.04%75.29%-
XYZ12.427.9450.75-
YUV72.62195.37109.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.28%
GREEN value IS 63 (25% from 255) = 20.93%
BLUE value IS 192 (75.39% from 255) = 63.79%
R=15.28%
G=20.93%
B=63.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46631920.760.6700.25233.0161.3446.67
Hex2E3FC04C43019e93d2f
Octal56773001141030313517557
Binary101110111111110000001001100100001101100111101001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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