Html Css Color HEX #2E2FBB Persian Blue

📋 copy color: '#2E2FBB'

red 46 ◦ green 47 ◦ blue 187

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

Shades of Persian Blue #2E2FBB

Tints of Persian Blue #2E2FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 66.79%

R = 16.43%
G = 16.79%
B = 66.79%

CMYK

 C value IS 0.75

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E2FBB (or 0x2E2FBB) is known color: Persian Blue. HEX triplet: 2E, 2F and BB. RGB value is (46,47,187). Sum of RGB (Red+Green+Blue) = 46+47+187=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E2FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2FBB is #D1D044. Grayscale: #3E3E3E. Windows color (decimal): -13750341 or 12267310. OLE color: 12267310.

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

Color convert

RGB 46 47 187 -
CMYK 0.75 0.75 0 0.27
HSL 239.57º 0.61% 0.46% -
HSV(B) 239.57º 0.75% 0.73% -
XYZ 11.11 6.2 47.63 -
YUV 62.66 198.17 116.12 -
System Red Green Blue C M Y K H S L
Decimal 46 47 187 0.75 0.75 0 0.27 239.57 0.61 0.46
Hex 2E 2F BB 4B 4B 0 1B F0 3D 2E
Octal 56 57 273 113 113 0 33 360 75 56
Binary 101110 101111 10111011 1001011 1001011 0 11011 11110000 111101 101110

Color Harmonies of #2E2FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2FBB

Black with #2E2FBB

Text Example


Text Example

White with #2E2FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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