#2D3ABA

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

Shades of Persian Blue #2D3ABA

Tints of Persian Blue #2D3ABA

Color information

#2D3ABA (or 0x2D3ABA) is unknown color: approx Persian Blue. HEX triplet: 2D, 3A and BA. RGB value is (45,58,186). Sum of RGB (Red+Green+Blue) = 45+58+186=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D3ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D3ABA is #D2C545. Grayscale: #444444. Windows color (decimal): -13813062 or 12204589. OLE color: 12204589.

HSL color Cylindrical-coordinate representation of color #2D3ABA: hue angle of 234.47º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D3ABA is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4558186-
CMYK0.760.6900.27
HSL234.47º61.04%45.29%-
HSV(B)234.47º75.81%72.94%-
XYZ11.467.1347.23-
YUV68.7194.19111.09-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.57%
GREEN value IS 58 (23.05% from 255) = 20.07%
BLUE value IS 186 (73.05% from 255) = 64.36%
R=15.57%
G=20.07%
B=64.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal45581860.760.6900.27234.4761.0445.29
Hex2D3ABA4C4501Bea3d2d
Octal55722721141050333527555
Binary101101111010101110101001100100010101101111101010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,58,186); }

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

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

 a { background-color: rgb(45,58,186); }

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

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

 span { border-color: rgb(45,58,186); }

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