#2A30AB

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

Shades of Persian Blue #2A30AB

Tints of Persian Blue #2A30AB

Color information

#2A30AB (or 0x2A30AB) is unknown color: approx Persian Blue. HEX triplet: 2A, 30 and AB. RGB value is (42,48,171). Sum of RGB (Red+Green+Blue) = 42+48+171=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A30AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A30AB is #D5CF54. Grayscale: #3B3B3B. Windows color (decimal): -14012245 or 11218986. OLE color: 11218986.

HSL color Cylindrical-coordinate representation of color #2A30AB: hue angle of 237.21º degrees, saturation: 0.61, 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 #2A30AB is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4248171-
CMYK0.750.7200.33
HSL237.21º60.56%41.76%-
HSV(B)237.21º75.44%67.06%-
XYZ9.365.5539.11-
YUV60.23190.51115-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.09%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 171 (67.19% from 255) = 65.52%
R=16.09%
G=18.39%
B=65.52%

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
Decimal42481710.750.7200.33237.2160.5641.76
Hex2A30AB4B48021ed3d2a
Octal52602531131100413557552
Binary1010101100001010101110010111001000010000111101101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A30AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,48,171); }

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

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

 a { background-color: rgb(42,48,171); }

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

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

 span { border-color: rgb(42,48,171); }

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