Html Css Color HEX #2E33BE Persian Blue

📋 copy color: '#2E33BE'

red 46 ◦ green 51 ◦ blue 190

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

Shades of Persian Blue #2E33BE

Tints of Persian Blue #2E33BE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.77%

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

R = 16.03%
G = 17.77%
B = 66.2%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E33BE (or 0x2E33BE) is known color: Persian Blue. HEX triplet: 2E, 33 and BE. RGB value is (46,51,190). Sum of RGB (Red+Green+Blue) = 46+51+190=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E33BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E33BE is #D1CC41. Grayscale: #404040. Windows color (decimal): -13749314 or 12464942. OLE color: 12464942.

HSL color Cylindrical-coordinate representation of color #2E33BE: hue angle of 237.92º degrees, saturation: 0.61, 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 #2E33BE is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 51 190 -
CMYK 0.76 0.73 0 0.25
HSL 237.92º 0.61% 0.46% -
HSV(B) 237.92º 0.76% 0.75% -
XYZ 11.6 6.67 49.39 -
YUV 65.35 198.34 114.2 -
System Red Green Blue C M Y K H S L
Decimal 46 51 190 0.76 0.73 0 0.25 237.92 0.61 0.46
Hex 2E 33 BE 4C 49 0 19 EE 3D 2E
Octal 56 63 276 114 111 0 31 356 75 56
Binary 101110 110011 10111110 1001100 1001001 0 11001 11101110 111101 101110

Color Harmonies of #2E33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E33BE

Black with #2E33BE

Text Example


Text Example

White with #2E33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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