#2D3CAD

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

Shades of Persian Blue #2D3CAD

Tints of Persian Blue #2D3CAD

Color information

#2D3CAD (or 0x2D3CAD) is unknown color: approx Persian Blue. HEX triplet: 2D, 3C and AD. RGB value is (45,60,173). Sum of RGB (Red+Green+Blue) = 45+60+173=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D3CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3CAD is #D2C352. Grayscale: #434343. Windows color (decimal): -13812563 or 11353133. OLE color: 11353133.

HSL color Cylindrical-coordinate representation of color #2D3CAD: hue angle of 232.97º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D3CAD is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4560173-
CMYK0.740.6500.32
HSL232.97º58.72%42.75%-
HSV(B)232.97º73.99%67.84%-
XYZ10.246.8140.31-
YUV68.4187.03111.31-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.19%
GREEN value IS 60 (23.83% from 255) = 21.58%
BLUE value IS 173 (67.97% from 255) = 62.23%
R=16.19%
G=21.58%
B=62.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45601730.740.6500.32232.9758.7242.75
Hex2D3CAD4A41020e93b2b
Octal55742551121010403517353
Binary1011011111001010110110010101000001010000011101001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,60,173); }

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

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

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

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

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

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

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