#2D2DA4

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

Shades of Persian Blue #2D2DA4

Tints of Persian Blue #2D2DA4

Color information

#2D2DA4 (or 0x2D2DA4) is unknown color: approx Persian Blue. HEX triplet: 2D, 2D and A4. RGB value is (45,45,164). Sum of RGB (Red+Green+Blue) = 45+45+164=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 164 (64.45% from 255 or 64.57% from 254); Max value from RGB is 164 - color contains mainly: blue. Hex color #2D2DA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2DA4 is #D2D25B. Grayscale: #3A3A3A. Windows color (decimal): -13816412 or 10759469. OLE color: 10759469.

HSL color Cylindrical-coordinate representation of color #2D2DA4: hue angle of 240º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D2DA4 is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4545164-
CMYK0.730.7300.36
HSL240º56.94%40.98%-
HSV(B)240º72.56%64.31%-
XYZ8.725.1135.65-
YUV58.57187.5118.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.72%
GREEN value IS 45 (17.97% from 255) = 17.72%
BLUE value IS 164 (64.45% from 255) = 64.57%
R=17.72%
G=17.72%
B=64.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45451640.730.7300.3624056.9440.98
Hex2D2DA44949024f03929
Octal55552441111110443607151
Binary1011011011011010010010010011001001010010011110000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,45,164); }

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

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

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

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

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

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

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