#2E3FC8

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

Shades of Persian Blue #2E3FC8

Tints of Persian Blue #2E3FC8

Color information

#2E3FC8 (or 0x2E3FC8) is unknown color: approx Persian Blue. HEX triplet: 2E, 3F and C8. RGB value is (46,63,200). Sum of RGB (Red+Green+Blue) = 46+63+200=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 200 (78.52% from 255 or 64.72% from 309); Max value from RGB is 200 - color contains mainly: blue. Hex color #2E3FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3FC8 is #D1C037. Grayscale: #484848. Windows color (decimal): -13746232 or 13123374. OLE color: 13123374.

HSL color Cylindrical-coordinate representation of color #2E3FC8: hue angle of 233.38º 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 #2E3FC8 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4663200-
CMYK0.770.6800.22
HSL233.38º62.6%48.24%-
HSV(B)233.38º77%78.43%-
XYZ13.338.3155.54-
YUV73.54199.37108.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.89%
GREEN value IS 63 (25% from 255) = 20.39%
BLUE value IS 200 (78.52% from 255) = 64.72%
R=14.89%
G=20.39%
B=64.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal46632000.770.6800.22233.3862.648.24
Hex2E3FC84D44016e93f30
Octal56773101151040263517760
Binary101110111111110010001001101100010001011011101001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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