#1D36AD

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

Shades of Persian Blue #1D36AD

Tints of Persian Blue #1D36AD

Color information

#1D36AD (or 0x1D36AD) is unknown color: approx Persian Blue. HEX triplet: 1D, 36 and AD. RGB value is (29,54,173). Sum of RGB (Red+Green+Blue) = 29+54+173=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D36AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D36AD is #E2C952. Grayscale: #3B3B3B. Windows color (decimal): -14862675 or 11351581. OLE color: 11351581.

HSL color Cylindrical-coordinate representation of color #1D36AD: hue angle of 229.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D36AD is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2954173-
CMYK0.830.6900.32
HSL229.58º71.29%39.61%-
HSV(B)229.58º83.24%67.84%-
XYZ9.375.9240.18-
YUV60.09191.72105.82-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.33%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 173 (67.97% from 255) = 67.58%
R=11.33%
G=21.09%
B=67.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal29541730.830.6900.32229.5871.2939.61
Hex1D36AD5345020e64728
Octal356625512310504034610750
Binary1110111011010101101101001110001010100000111001101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D36AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D36AD; }

 p { color: rgb(29,54,173); }

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

<style>
 a { background-color: #1D36AD; }

 a { background-color: rgb(29,54,173); }

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

<style>
 span { border-color: #1D36AD; }

 span { border-color: rgb(29,54,173); }

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