#2B2EBA

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

Shades of Persian Blue #2B2EBA

Tints of Persian Blue #2B2EBA

Color information

#2B2EBA (or 0x2B2EBA) is unknown color: approx Persian Blue. HEX triplet: 2B, 2E and BA. RGB value is (43,46,186). Sum of RGB (Red+Green+Blue) = 43+46+186=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B2EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2EBA is #D4D145. Grayscale: #3C3C3C. Windows color (decimal): -13947206 or 12201515. OLE color: 12201515.

HSL color Cylindrical-coordinate representation of color #2B2EBA: hue angle of 238.74º degrees, saturation: 0.62, 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 #2B2EBA is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4346186-
CMYK0.770.7500.27
HSL238.74º62.45%44.9%-
HSV(B)238.74º76.88%72.94%-
XYZ10.846.0147.04-
YUV61.06198.51115.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.64%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 186 (73.05% from 255) = 67.64%
R=15.64%
G=16.73%
B=67.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43461860.770.7500.27238.7462.4544.9
Hex2B2EBA4D4B01Bef3e2d
Octal53562721151130333577655
Binary101011101110101110101001101100101101101111101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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