#2329ED

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

Shades of Persian Blue #2329ED

Tints of Persian Blue #2329ED

Color information

#2329ED (or 0x2329ED) is unknown color: approx Persian Blue. HEX triplet: 23, 29 and ED. RGB value is (35,41,237). Sum of RGB (Red+Green+Blue) = 35+41+237=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 237 (92.97% from 255 or 75.72% from 313); Max value from RGB is 237 - color contains mainly: blue. Hex color #2329ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2329ED is #DCD612. Grayscale: #3C3C3C. Windows color (decimal): -14472723 or 15542563. OLE color: 15542563.

HSL color Cylindrical-coordinate representation of color #2329ED: hue angle of 238.22º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2329ED is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3541237-
CMYK0.850.8300.07
HSL238.22º84.87%53.33%-
HSV(B)238.22º85.23%92.94%-
XYZ16.778.0680.79-
YUV61.55227.01109.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.18%
GREEN value IS 41 (16.41% from 255) = 13.10%
BLUE value IS 237 (92.97% from 255) = 75.72%
R=11.18%
G=13.10%
B=75.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal35412370.850.8300.07238.2284.8753.33
Hex2329ED555307ee5535
Octal43513551251230735612565
Binary10001110100111101101101010110100110111111011101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2329ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2329ED; }

 p { color: rgb(35,41,237); }

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

<style>
 a { background-color: #2329ED; }

 a { background-color: rgb(35,41,237); }

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

<style>
 span { border-color: #2329ED; }

 span { border-color: rgb(35,41,237); }

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