#2E35DC

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

Shades of Persian Blue #2E35DC

Tints of Persian Blue #2E35DC

Color information

#2E35DC (or 0x2E35DC) is unknown color: approx Persian Blue. HEX triplet: 2E, 35 and DC. RGB value is (46,53,220). Sum of RGB (Red+Green+Blue) = 46+53+220=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E35DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E35DC is #D1CA23. Grayscale: #454545. Windows color (decimal): -13748772 or 14431534. OLE color: 14431534.

HSL color Cylindrical-coordinate representation of color #2E35DC: hue angle of 237.59º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E35DC is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4653220-
CMYK0.790.7600.14
HSL237.59º71.31%52.16%-
HSV(B)237.59º79.09%86.27%-
XYZ15.328.2968.5-
YUV69.94212.68110.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.42%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 220 (86.33% from 255) = 68.97%
R=14.42%
G=16.61%
B=68.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal46532200.790.7600.14237.5971.3152.16
Hex2E35DC4F4C0Eee4734
Octal566533411711401635610764
Binary101110110101110111001001111100110001110111011101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E35DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,53,220); }

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

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

 a { background-color: rgb(46,53,220); }

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

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

 span { border-color: rgb(46,53,220); }

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