#2B30AE

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

Shades of Persian Blue #2B30AE

Tints of Persian Blue #2B30AE

Color information

#2B30AE (or 0x2B30AE) is unknown color: approx Persian Blue. HEX triplet: 2B, 30 and AE. RGB value is (43,48,174). Sum of RGB (Red+Green+Blue) = 43+48+174=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B30AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B30AE is #D4CF51. Grayscale: #3C3C3C. Windows color (decimal): -13946706 or 11415595. OLE color: 11415595.

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

Color convert

RGB4348174-
CMYK0.750.7200.32
HSL237.71º60.37%42.55%-
HSV(B)237.71º75.29%68.24%-
XYZ9.695.6840.63-
YUV60.87191.84115.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.23%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 174 (68.36% from 255) = 65.66%
R=16.23%
G=18.11%
B=65.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal43481740.750.7200.32237.7160.3742.55
Hex2B30AE4B48020ee3c2b
Octal53602561131100403567453
Binary1010111100001010111010010111001000010000011101110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B30AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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