#2237AD

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

Shades of Persian Blue #2237AD

Tints of Persian Blue #2237AD

Color information

#2237AD (or 0x2237AD) is unknown color: approx Persian Blue. HEX triplet: 22, 37 and AD. RGB value is (34,55,173). Sum of RGB (Red+Green+Blue) = 34+55+173=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #2237AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2237AD is #DDC852. Grayscale: #3D3D3D. Windows color (decimal): -14534739 or 11351842. OLE color: 11351842.

HSL color Cylindrical-coordinate representation of color #2237AD: hue angle of 230.94º 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 #2237AD is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3455173-
CMYK0.800.6800.32
HSL230.94º67.15%40.59%-
HSV(B)230.94º80.35%67.84%-
XYZ9.576.0940.21-
YUV62.17190.54107.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.98%
GREEN value IS 55 (21.88% from 255) = 20.99%
BLUE value IS 173 (67.97% from 255) = 66.03%
R=12.98%
G=20.99%
B=66.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34551730.800.6800.32230.9467.1540.59
Hex2237AD5044020e74329
Octal426725512010404034710351
Binary10001011011110101101101000010001000100000111001111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2237AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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