Html Css Color HEX #2E2FBE Persian Blue

📋 copy color: '#2E2FBE'

red 46 ◦ green 47 ◦ blue 190

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

Shades of Persian Blue #2E2FBE

Tints of Persian Blue #2E2FBE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.61%

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

R = 16.25%
G = 16.61%
B = 67.14%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E2FBE (or 0x2E2FBE) is known color: Persian Blue. HEX triplet: 2E, 2F and BE. RGB value is (46,47,190). Sum of RGB (Red+Green+Blue) = 46+47+190=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E2FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2FBE is #D1D041. Grayscale: #3E3E3E. Windows color (decimal): -13750338 or 12463918. OLE color: 12463918.

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

Color convert

RGB 46 47 190 -
CMYK 0.76 0.75 0 0.25
HSL 239.58º 0.61% 0.46% -
HSV(B) 239.58º 0.76% 0.75% -
XYZ 11.44 6.33 49.33 -
YUV 63 199.67 115.87 -
System Red Green Blue C M Y K H S L
Decimal 46 47 190 0.76 0.75 0 0.25 239.58 0.61 0.46
Hex 2E 2F BE 4C 4B 0 19 F0 3D 2E
Octal 56 57 276 114 113 0 31 360 75 56
Binary 101110 101111 10111110 1001100 1001011 0 11001 11110000 111101 101110

Color Harmonies of #2E2FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2FBE

Black with #2E2FBE

Text Example


Text Example

White with #2E2FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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