#2E2BBC

Color #2E2BBC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2E2BBC

Tints of Persian Blue #2E2BBC

Color information

#2E2BBC (or 0x2E2BBC) is unknown color: approx Persian Blue. HEX triplet: 2E, 2B and BC. RGB value is (46,43,188). Sum of RGB (Red+Green+Blue) = 46+43+188=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E2BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2BBC is #D1D443. Grayscale: #3B3B3B. Windows color (decimal): -13751364 or 12331822. OLE color: 12331822.

HSL color Cylindrical-coordinate representation of color #2E2BBC: hue angle of 241.24º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E2BBC is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4643188-
CMYK0.760.7700.26
HSL241.24º62.77%45.29%-
HSV(B)241.24º77.13%73.73%-
XYZ11.075.9448.14-
YUV60.43199.99117.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.61%
GREEN value IS 43 (17.19% from 255) = 15.52%
BLUE value IS 188 (73.83% from 255) = 67.87%
R=16.61%
G=15.52%
B=67.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46431880.760.7700.26241.2462.7745.29
Hex2E2BBC4C4D01Af13f2d
Octal56532741141150323617755
Binary101110101011101111001001100100110101101011110001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,43,188); }

 H1.HeaderClassName
 {
   color: #2E2BBC;
 }
 .AnyTagClassName
 {
   color: #2E2BBC;
 }
</style>
background-color css

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

 a { background-color: rgb(46,43,188); }

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

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

 span { border-color: rgb(46,43,188); }

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