#2234AD

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

Shades of Persian Blue #2234AD

Tints of Persian Blue #2234AD

Color information

#2234AD (or 0x2234AD) is unknown color: approx Persian Blue. HEX triplet: 22, 34 and AD. RGB value is (34,52,173). Sum of RGB (Red+Green+Blue) = 34+52+173=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #2234AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2234AD is #DDCB52. Grayscale: #3B3B3B. Windows color (decimal): -14535507 or 11351074. OLE color: 11351074.

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

Color convert

RGB3452173-
CMYK0.800.7000.32
HSL232.23º67.15%40.59%-
HSV(B)232.23º80.35%67.84%-
XYZ9.435.8140.16-
YUV60.41191.54109.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.13%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 173 (67.97% from 255) = 66.80%
R=13.13%
G=20.08%
B=66.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34521730.800.7000.32232.2367.1540.59
Hex2234AD5046020e84329
Octal426425512010604035010351
Binary10001011010010101101101000010001100100000111010001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2234AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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