#2B30BA

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

Shades of Persian Blue #2B30BA

Tints of Persian Blue #2B30BA

Color information

#2B30BA (or 0x2B30BA) is unknown color: approx Persian Blue. HEX triplet: 2B, 30 and BA. RGB value is (43,48,186). Sum of RGB (Red+Green+Blue) = 43+48+186=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B30BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B30BA is #D4CF45. Grayscale: #3D3D3D. Windows color (decimal): -13946694 or 12202027. OLE color: 12202027.

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

Color convert

RGB4348186-
CMYK0.770.7400.27
HSL237.9º62.45%44.9%-
HSV(B)237.9º76.88%72.94%-
XYZ10.926.1747.07-
YUV62.24197.84114.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.52%
GREEN value IS 48 (19.14% from 255) = 17.33%
BLUE value IS 186 (73.05% from 255) = 67.15%
R=15.52%
G=17.33%
B=67.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43481860.770.7400.27237.962.4544.9
Hex2B30BA4D4A01Bee3e2d
Octal53602721151120333567655
Binary101011110000101110101001101100101001101111101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B30BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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