Html Css Color HEX #2E34DD Persian Blue

📋 copy color: '#2E34DD'

red 46 ◦ green 52 ◦ blue 221

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

Shades of Persian Blue #2E34DD

Tints of Persian Blue #2E34DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.3%

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

R = 14.42%
G = 16.3%
B = 69.28%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E34DD (or 0x2E34DD) is known color: Persian Blue. HEX triplet: 2E, 34 and DD. RGB value is (46,52,221). Sum of RGB (Red+Green+Blue) = 46+52+221=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E34DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E34DD is #D1CB22. Grayscale: #444444. Windows color (decimal): -13749027 or 14496814. OLE color: 14496814.

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

Color convert

RGB 46 52 221 -
CMYK 0.79 0.76 0 0.13
HSL 237.94º 0.72% 0.52% -
HSV(B) 237.94º 0.79% 0.87% -
XYZ 15.41 8.26 69.19 -
YUV 69.47 213.51 111.26 -
System Red Green Blue C M Y K H S L
Decimal 46 52 221 0.79 0.76 0 0.13 237.94 0.72 0.52
Hex 2E 34 DD 4F 4C 0 D EE 48 34
Octal 56 64 335 117 114 0 15 356 110 64
Binary 101110 110100 11011101 1001111 1001100 0 1101 11101110 1001000 110100

Color Harmonies of #2E34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E34DD

Black with #2E34DD

Text Example


Text Example

White with #2E34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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