Html Css Color HEX #2E32DC Persian Blue

📋 copy color: '#2E32DC'

red 46 ◦ green 50 ◦ blue 220

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

Shades of Persian Blue #2E32DC

Tints of Persian Blue #2E32DC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

 BLUE value IS 220 (86.33% from 255) = 69.62%

R = 14.56%
G = 15.82%
B = 69.62%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E32DC (or 0x2E32DC) is known color: Persian Blue. HEX triplet: 2E, 32 and DC. RGB value is (46,50,220). Sum of RGB (Red+Green+Blue) = 46+50+220=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E32DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E32DC is #D1CD23. Grayscale: #434343. Windows color (decimal): -13749540 or 14430766. OLE color: 14430766.

HSL color Cylindrical-coordinate representation of color #2E32DC: hue angle of 238.62º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E32DC is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 50 220 -
CMYK 0.79 0.77 0 0.14
HSL 238.62º 0.71% 0.52% -
HSV(B) 238.62º 0.79% 0.86% -
XYZ 15.19 8.03 68.46 -
YUV 68.18 213.67 112.18 -
System Red Green Blue C M Y K H S L
Decimal 46 50 220 0.79 0.77 0 0.14 238.62 0.71 0.52
Hex 2E 32 DC 4F 4D 0 E EF 47 34
Octal 56 62 334 117 115 0 16 357 107 64
Binary 101110 110010 11011100 1001111 1001101 0 1110 11101111 1000111 110100

Color Harmonies of #2E32DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E32DC

Black with #2E32DC

Text Example


Text Example

White with #2E32DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,50,220); }

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

background-color css

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

 a { background-color: rgb(46,50,220); }

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

border-color css

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

 span { border-color: rgb(46,50,220); }

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