#2B36BB

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

Shades of Persian Blue #2B36BB

Tints of Persian Blue #2B36BB

Color information

#2B36BB (or 0x2B36BB) is unknown color: approx Persian Blue. HEX triplet: 2B, 36 and BB. RGB value is (43,54,187). Sum of RGB (Red+Green+Blue) = 43+54+187=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B36BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B36BB is #D4C944. Grayscale: #414141. Windows color (decimal): -13945157 or 12269099. OLE color: 12269099.

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

Color convert

RGB4354187-
CMYK0.770.7100.27
HSL235.42º62.61%45.1%-
HSV(B)235.42º77.01%73.33%-
XYZ11.296.7447.72-
YUV65.87196.36111.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.14%
GREEN value IS 54 (21.48% from 255) = 19.01%
BLUE value IS 187 (73.44% from 255) = 65.85%
R=15.14%
G=19.01%
B=65.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43541870.770.7100.27235.4262.6145.1
Hex2B36BB4D4701Beb3f2d
Octal53662731151070333537755
Binary101011110110101110111001101100011101101111101011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B36BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,54,187); }

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

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

 a { background-color: rgb(43,54,187); }

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

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

 span { border-color: rgb(43,54,187); }

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