#2234D5

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

Shades of Persian Blue #2234D5

Tints of Persian Blue #2234D5

Color information

#2234D5 (or 0x2234D5) is unknown color: approx Persian Blue. HEX triplet: 22, 34 and D5. RGB value is (34,52,213). Sum of RGB (Red+Green+Blue) = 34+52+213=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 213 (83.59% from 255 or 71.24% from 299); Max value from RGB is 213 - color contains mainly: blue. Hex color #2234D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2234D5 is #DDCB2A. Grayscale: #404040. Windows color (decimal): -14535467 or 13972514. OLE color: 13972514.

HSL color Cylindrical-coordinate representation of color #2234D5: hue angle of 233.97º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2234D5 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3452213-
CMYK0.840.7600.16
HSL233.97º72.47%48.43%-
HSV(B)233.97º84.04%83.53%-
XYZ13.97.663.69-
YUV64.97211.54105.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.37%
GREEN value IS 52 (20.70% from 255) = 17.39%
BLUE value IS 213 (83.59% from 255) = 71.24%
R=11.37%
G=17.39%
B=71.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal34522130.840.7600.16233.9772.4748.43
Hex2234D5544C010ea4830
Octal426432512411402035211060
Binary1000101101001101010110101001001100010000111010101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2234D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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