#2E34D5

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

Shades of Persian Blue #2E34D5

Tints of Persian Blue #2E34D5

Color information

#2E34D5 (or 0x2E34D5) is unknown color: approx Persian Blue. HEX triplet: 2E, 34 and D5. RGB value is (46,52,213). Sum of RGB (Red+Green+Blue) = 46+52+213=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 213 (83.59% from 255 or 68.49% from 311); Max value from RGB is 213 - color contains mainly: blue. Hex color #2E34D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E34D5 is #D1CB2A. Grayscale: #434343. Windows color (decimal): -13749035 or 13972526. OLE color: 13972526.

HSL color Cylindrical-coordinate representation of color #2E34D5: hue angle of 237.84º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E34D5 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4652213-
CMYK0.780.7600.16
HSL237.84º66.53%50.78%-
HSV(B)237.84º78.4%83.53%-
XYZ14.367.8463.71-
YUV68.56209.51111.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.79%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 213 (83.59% from 255) = 68.49%
R=14.79%
G=16.72%
B=68.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal46522130.780.7600.16237.8466.5350.78
Hex2E34D54E4C010ee4333
Octal566432511611402035610363
Binary1011101101001101010110011101001100010000111011101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E34D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,52,213); }

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

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

 a { background-color: rgb(46,52,213); }

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

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

 span { border-color: rgb(46,52,213); }

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