#2D3AAB

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

Shades of Persian Blue #2D3AAB

Tints of Persian Blue #2D3AAB

Color information

#2D3AAB (or 0x2D3AAB) is unknown color: approx Persian Blue. HEX triplet: 2D, 3A and AB. RGB value is (45,58,171). Sum of RGB (Red+Green+Blue) = 45+58+171=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D3AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3AAB is #D2C554. Grayscale: #424242. Windows color (decimal): -13813077 or 11221549. OLE color: 11221549.

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

Color convert

RGB4558171-
CMYK0.740.6600.33
HSL233.81º58.33%42.35%-
HSV(B)233.81º73.68%67.06%-
XYZ9.956.5239.26-
YUV67186.69112.31-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.42%
GREEN value IS 58 (23.05% from 255) = 21.17%
BLUE value IS 171 (67.19% from 255) = 62.41%
R=16.42%
G=21.17%
B=62.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45581710.740.6600.33233.8158.3342.35
Hex2D3AAB4A42021ea3a2a
Octal55722531121020413527252
Binary1011011110101010101110010101000010010000111101010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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