#2D3BAB

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

Shades of Persian Blue #2D3BAB

Tints of Persian Blue #2D3BAB

Color information

#2D3BAB (or 0x2D3BAB) is unknown color: approx Persian Blue. HEX triplet: 2D, 3B and AB. RGB value is (45,59,171). Sum of RGB (Red+Green+Blue) = 45+59+171=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D3BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3BAB is #D2C454. Grayscale: #434343. Windows color (decimal): -13812821 or 11221805. OLE color: 11221805.

HSL color Cylindrical-coordinate representation of color #2D3BAB: hue angle of 233.33º 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 #2D3BAB is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4559171-
CMYK0.740.6500.33
HSL233.33º58.33%42.35%-
HSV(B)233.33º73.68%67.06%-
XYZ106.6339.28-
YUV67.58186.36111.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.36%
GREEN value IS 59 (23.44% from 255) = 21.45%
BLUE value IS 171 (67.19% from 255) = 62.18%
R=16.36%
G=21.45%
B=62.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45591710.740.6500.33233.3358.3342.35
Hex2D3BAB4A41021e93a2a
Octal55732531121010413517252
Binary1011011110111010101110010101000001010000111101001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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