#2A30BA

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

Shades of Persian Blue #2A30BA

Tints of Persian Blue #2A30BA

Color information

#2A30BA (or 0x2A30BA) is unknown color: approx Persian Blue. HEX triplet: 2A, 30 and BA. RGB value is (42,48,186). Sum of RGB (Red+Green+Blue) = 42+48+186=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A30BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A30BA is #D5CF45. Grayscale: #3D3D3D. Windows color (decimal): -14012230 or 12202026. OLE color: 12202026.

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

Color convert

RGB4248186-
CMYK0.770.7400.27
HSL237.5º63.16%44.71%-
HSV(B)237.5º77.42%72.94%-
XYZ10.876.1547.07-
YUV61.94198.01113.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.22%
GREEN value IS 48 (19.14% from 255) = 17.39%
BLUE value IS 186 (73.05% from 255) = 67.39%
R=15.22%
G=17.39%
B=67.39%

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
Decimal42481860.770.7400.27237.563.1644.71
Hex2A30BA4D4A01Bee3f2d
Octal52602721151120333567755
Binary101010110000101110101001101100101001101111101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A30BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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