#2230AA

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

Shades of Persian Blue #2230AA

Tints of Persian Blue #2230AA

Color information

#2230AA (or 0x2230AA) is unknown color: approx Persian Blue. HEX triplet: 22, 30 and AA. RGB value is (34,48,170). Sum of RGB (Red+Green+Blue) = 34+48+170=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #2230AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2230AA is #DDCF55. Grayscale: #393939. Windows color (decimal): -14536534 or 11153442. OLE color: 11153442.

HSL color Cylindrical-coordinate representation of color #2230AA: hue angle of 233.82º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2230AA is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3448170-
CMYK0.800.7200.33
HSL233.82º66.67%40%-
HSV(B)233.82º80%66.67%-
XYZ8.975.3638.59-
YUV57.72191.36111.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.49%
GREEN value IS 48 (19.14% from 255) = 19.05%
BLUE value IS 170 (66.80% from 255) = 67.46%
R=13.49%
G=19.05%
B=67.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34481700.800.7200.33233.8266.6740
Hex2230AA5048021ea4328
Octal426025212011004135210350
Binary10001011000010101010101000010010000100001111010101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2230AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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