#2b30aa

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

Shades of Persian Blue #2B30AA

Tints of Persian Blue #2B30AA

Color information

#2B30AA (or 0x2B30AA) is unknown color: approx Persian Blue. HEX triplet: 2B, 30 and AA. RGB value is (43,48,170). Sum of RGB (Red+Green+Blue) = 43+48+170=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B30AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B30AA is #D4CF55. Grayscale: #3B3B3B. Windows color (decimal): -13946710 or 11153451. OLE color: 11153451.

HSL color Cylindrical-coordinate representation of color #2B30AA: hue angle of 237.64º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B30AA is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4348170-
CMYK0.750.7200.33
HSL237.64º59.62%41.76%-
HSV(B)237.64º74.71%66.67%-
XYZ9.315.5338.61-
YUV60.41189.84115.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.48%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 170 (66.80% from 255) = 65.13%
R=16.48%
G=18.39%
B=65.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43481700.750.7200.33237.6459.6241.76
Hex2B30AA4B48021ee3c2a
Octal53602521131100413567452
Binary1010111100001010101010010111001000010000111101110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b30aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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