#2236AD

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

Shades of Persian Blue #2236AD

Tints of Persian Blue #2236AD

Color information

#2236AD (or 0x2236AD) is unknown color: approx Persian Blue. HEX triplet: 22, 36 and AD. RGB value is (34,54,173). Sum of RGB (Red+Green+Blue) = 34+54+173=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #2236AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2236AD is #DDC952. Grayscale: #3D3D3D. Windows color (decimal): -14534995 or 11351586. OLE color: 11351586.

HSL color Cylindrical-coordinate representation of color #2236AD: hue angle of 231.37º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2236AD is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3454173-
CMYK0.800.6900.32
HSL231.37º67.15%40.59%-
HSV(B)231.37º80.35%67.84%-
XYZ9.52640.19-
YUV61.59190.87108.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.03%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 173 (67.97% from 255) = 66.28%
R=13.03%
G=20.69%
B=66.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34541730.800.6900.32231.3767.1540.59
Hex2236AD5045020e74329
Octal426625512010504034710351
Binary10001011011010101101101000010001010100000111001111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2236AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2236AD; }

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

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

<style>
 a { background-color: #2236AD; }

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

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

<style>
 span { border-color: #2236AD; }

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

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