Html Css Color HEX #2E39DD Persian Blue

📋 copy color: '#2E39DD'

red 46 ◦ green 57 ◦ blue 221

#2E39DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2E39DD

Tints of Persian Blue #2E39DD

RGB

 RED value IS 46 (18.36% from 255) = 14.2%

 GREEN value IS 57 (22.66% from 255) = 17.59%

 BLUE value IS 221 (86.72% from 255) = 68.21%

R = 14.2%
G = 17.59%
B = 68.21%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E39DD (or 0x2E39DD) is known color: Persian Blue. HEX triplet: 2E, 39 and DD. RGB value is (46,57,221). Sum of RGB (Red+Green+Blue) = 46+57+221=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E39DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E39DD is #D1C622. Grayscale: #474747. Windows color (decimal): -13747747 or 14498094. OLE color: 14498094.

HSL color Cylindrical-coordinate representation of color #2E39DD: hue angle of 236.23º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E39DD is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 57 221 -
CMYK 0.79 0.74 0 0.13
HSL 236.23º 0.72% 0.52% -
HSV(B) 236.23º 0.79% 0.87% -
XYZ 15.64 8.73 69.27 -
YUV 72.41 211.86 109.16 -
System Red Green Blue C M Y K H S L
Decimal 46 57 221 0.79 0.74 0 0.13 236.23 0.72 0.52
Hex 2E 39 DD 4F 4A 0 D EC 48 34
Octal 56 71 335 117 112 0 15 354 110 64
Binary 101110 111001 11011101 1001111 1001010 0 1101 11101100 1001000 110100

Color Harmonies of #2E39DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E39DD

Black with #2E39DD

Text Example


Text Example

White with #2E39DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,57,221); }

 H1.HeaderClassName
 {
   color: #2E39DD;
 }
 .AnyTagClassName
 {
   color: #2E39DD;
 }
</style>

background-color css

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

 a { background-color: rgb(46,57,221); }

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

border-color css

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

 span { border-color: rgb(46,57,221); }

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