Html Css Color HEX #2E2DBF Persian Blue

📋 copy color: '#2E2DBF'

red 46 ◦ green 45 ◦ blue 191

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

Shades of Persian Blue #2E2DBF

Tints of Persian Blue #2E2DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.73%

R = 16.31%
G = 15.96%
B = 67.73%

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

#2E2DBF (or 0x2E2DBF) is known color: Persian Blue. HEX triplet: 2E, 2D and BF. RGB value is (46,45,191). Sum of RGB (Red+Green+Blue) = 46+45+191=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E2DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2DBF is #D1D240. Grayscale: #3D3D3D. Windows color (decimal): -13750849 or 12528942. OLE color: 12528942.

HSL color Cylindrical-coordinate representation of color #2E2DBF: 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 #2E2DBF is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 45 191 -
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.47 6.22 49.89 -
YUV 61.94 200.83 116.63 -
System Red Green Blue C M Y K H S L
Decimal 46 45 191 0.76 0.76 0 0.25 240.41 0.62 0.46
Hex 2E 2D BF 4C 4C 0 19 F0 3E 2E
Octal 56 55 277 114 114 0 31 360 76 56
Binary 101110 101101 10111111 1001100 1001100 0 11001 11110000 111110 101110

Color Harmonies of #2E2DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2DBF

Black with #2E2DBF

Text Example


Text Example

White with #2E2DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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