#2E3DD3

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

Shades of Persian Blue #2E3DD3

Tints of Persian Blue #2E3DD3

Color information

#2E3DD3 (or 0x2E3DD3) is unknown color: approx Persian Blue. HEX triplet: 2E, 3D and D3. RGB value is (46,61,211). Sum of RGB (Red+Green+Blue) = 46+61+211=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 211 (82.81% from 255 or 66.35% from 318); Max value from RGB is 211 - color contains mainly: blue. Hex color #2E3DD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3DD3 is #D1C22C. Grayscale: #494949. Windows color (decimal): -13746733 or 13843758. OLE color: 13843758.

HSL color Cylindrical-coordinate representation of color #2E3DD3: hue angle of 234.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E3DD3 is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4661211-
CMYK0.780.7100.17
HSL234.55º65.22%50.39%-
HSV(B)234.55º78.2%82.75%-
XYZ14.558.6262.53-
YUV73.61205.53108.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.47%
GREEN value IS 61 (24.22% from 255) = 19.18%
BLUE value IS 211 (82.81% from 255) = 66.35%
R=14.47%
G=19.18%
B=66.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal46612110.780.7100.17234.5565.2250.39
Hex2E3DD34E47011eb4132
Octal567532311610702135310162
Binary1011101111011101001110011101000111010001111010111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,61,211); }

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

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

 a { background-color: rgb(46,61,211); }

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

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

 span { border-color: rgb(46,61,211); }

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