#2230AD

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

Shades of Persian Blue #2230AD

Tints of Persian Blue #2230AD

Color information

#2230AD (or 0x2230AD) is unknown color: approx Persian Blue. HEX triplet: 22, 30 and AD. RGB value is (34,48,173). Sum of RGB (Red+Green+Blue) = 34+48+173=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #2230AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2230AD is #DDCF52. Grayscale: #393939. Windows color (decimal): -14536531 or 11350050. OLE color: 11350050.

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

Color convert

RGB3448173-
CMYK0.800.7200.32
HSL233.96º67.15%40.59%-
HSV(B)233.96º80.35%67.84%-
XYZ9.265.4740.1-
YUV58.06192.86110.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.33%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 173 (67.97% from 255) = 67.84%
R=13.33%
G=18.82%
B=67.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34481730.800.7200.32233.9667.1540.59
Hex2230AD5048020ea4329
Octal426025512011004035210351
Binary10001011000010101101101000010010000100000111010101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2230AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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