#2E33D5

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

Shades of Persian Blue #2E33D5

Tints of Persian Blue #2E33D5

Color information

#2E33D5 (or 0x2E33D5) is unknown color: approx Persian Blue. HEX triplet: 2E, 33 and D5. RGB value is (46,51,213). Sum of RGB (Red+Green+Blue) = 46+51+213=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 213 (83.59% from 255 or 68.71% from 310); Max value from RGB is 213 - color contains mainly: blue. Hex color #2E33D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E33D5 is #D1CC2A. Grayscale: #434343. Windows color (decimal): -13749291 or 13972270. OLE color: 13972270.

HSL color Cylindrical-coordinate representation of color #2E33D5: hue angle of 238.2º 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 #2E33D5 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4651213-
CMYK0.780.7600.16
HSL238.2º66.53%50.78%-
HSV(B)238.2º78.4%83.53%-
XYZ14.327.7563.69-
YUV67.97209.84112.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.84%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 213 (83.59% from 255) = 68.71%
R=14.84%
G=16.45%
B=68.71%

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
Decimal46512130.780.7600.16238.266.5350.78
Hex2E33D54E4C010ee4333
Octal566332511611402035610363
Binary1011101100111101010110011101001100010000111011101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E33D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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