Html Css Color HEX #2E35DC Persian Blue

📋 copy color: '#2E35DC'

red 46 ◦ green 53 ◦ blue 220

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

Shades of Persian Blue #2E35DC

Tints of Persian Blue #2E35DC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

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

R = 14.42%
G = 16.61%
B = 68.97%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E35DC (or 0x2E35DC) is known color: Persian Blue. HEX triplet: 2E, 35 and DC. RGB value is (46,53,220). Sum of RGB (Red+Green+Blue) = 46+53+220=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E35DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E35DC is #D1CA23. Grayscale: #454545. Windows color (decimal): -13748772 or 14431534. OLE color: 14431534.

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

Color convert

RGB 46 53 220 -
CMYK 0.79 0.76 0 0.14
HSL 237.59º 0.71% 0.52% -
HSV(B) 237.59º 0.79% 0.86% -
XYZ 15.32 8.29 68.5 -
YUV 69.95 212.68 110.92 -
System Red Green Blue C M Y K H S L
Decimal 46 53 220 0.79 0.76 0 0.14 237.59 0.71 0.52
Hex 2E 35 DC 4F 4C 0 E EE 47 34
Octal 56 65 334 117 114 0 16 356 107 64
Binary 101110 110101 11011100 1001111 1001100 0 1110 11101110 1000111 110100

Color Harmonies of #2E35DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E35DC

Black with #2E35DC

Text Example


Text Example

White with #2E35DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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