Html Css Color HEX #2E2DBE Persian Blue

📋 copy color: '#2E2DBE'

red 46 ◦ green 45 ◦ blue 190

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

Shades of Persian Blue #2E2DBE

Tints of Persian Blue #2E2DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.01%

 BLUE value IS 190 (74.61% from 255) = 67.62%

R = 16.37%
G = 16.01%
B = 67.62%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E2DBE (or 0x2E2DBE) is known color: Persian Blue. HEX triplet: 2E, 2D and BE. RGB value is (46,45,190). Sum of RGB (Red+Green+Blue) = 46+45+190=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E2DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2DBE is #D1D241. Grayscale: #3D3D3D. Windows color (decimal): -13750850 or 12463406. OLE color: 12463406.

HSL color Cylindrical-coordinate representation of color #2E2DBE: hue angle of 240.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E2DBE is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 45 190 -
CMYK 0.76 0.76 0 0.25
HSL 240.41º 0.62% 0.46% -
HSV(B) 240.41º 0.76% 0.75% -
XYZ 11.36 6.18 49.31 -
YUV 61.83 200.33 116.71 -
System Red Green Blue C M Y K H S L
Decimal 46 45 190 0.76 0.76 0 0.25 240.41 0.62 0.46
Hex 2E 2D BE 4C 4C 0 19 F0 3E 2E
Octal 56 55 276 114 114 0 31 360 76 56
Binary 101110 101101 10111110 1001100 1001100 0 11001 11110000 111110 101110

Color Harmonies of #2E2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2DBE

Black with #2E2DBE

Text Example


Text Example

White with #2E2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,45,190); }

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

background-color css

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

 a { background-color: rgb(46,45,190); }

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

border-color css

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

 span { border-color: rgb(46,45,190); }

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