Html Css Color HEX #2E2BD0 Persian Blue

📋 copy color: '#2E2BD0'

red 46 ◦ green 43 ◦ blue 208

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

Shades of Persian Blue #2E2BD0

Tints of Persian Blue #2E2BD0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.48%

 BLUE value IS 208 (81.64% from 255) = 70.03%

R = 15.49%
G = 14.48%
B = 70.03%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2E2BD0 (or 0x2E2BD0) is known color: Persian Blue. HEX triplet: 2E, 2B and D0. RGB value is (46,43,208). Sum of RGB (Red+Green+Blue) = 46+43+208=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 208 (81.64% from 255 or 70.03% from 297); Max value from RGB is 208 - color contains mainly: blue. Hex color #2E2BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2BD0 is #D1D42F. Grayscale: #3E3E3E. Windows color (decimal): -13751344 or 13642542. OLE color: 13642542.

HSL color Cylindrical-coordinate representation of color #2E2BD0: hue angle of 241.09º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E2BD0 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 43 208 -
CMYK 0.78 0.79 0 0.18
HSL 241.09º 0.66% 0.49% -
HSV(B) 241.09º 0.79% 0.82% -
XYZ 13.38 6.86 60.29 -
YUV 62.71 209.99 116.08 -
System Red Green Blue C M Y K H S L
Decimal 46 43 208 0.78 0.79 0 0.18 241.09 0.66 0.49
Hex 2E 2B D0 4E 4F 0 12 F1 42 31
Octal 56 53 320 116 117 0 22 361 102 61
Binary 101110 101011 11010000 1001110 1001111 0 10010 11110001 1000010 110001

Color Harmonies of #2E2BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2BD0

Black with #2E2BD0

Text Example


Text Example

White with #2E2BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,43,208); }

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

background-color css

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

 a { background-color: rgb(46,43,208); }

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

border-color css

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

 span { border-color: rgb(46,43,208); }

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