#2329BE

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

Shades of Persian Blue #2329BE

Tints of Persian Blue #2329BE

Color information

#2329BE (or 0x2329BE) is unknown color: approx Persian Blue. HEX triplet: 23, 29 and BE. RGB value is (35,41,190). Sum of RGB (Red+Green+Blue) = 35+41+190=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #2329BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2329BE is #DCD641. Grayscale: #373737. Windows color (decimal): -14472770 or 12462371. OLE color: 12462371.

HSL color Cylindrical-coordinate representation of color #2329BE: hue angle of 237.68º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2329BE is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3541190-
CMYK0.820.7800.25
HSL237.68º68.89%44.12%-
HSV(B)237.68º81.58%74.51%-
XYZ10.785.6649.24-
YUV56.19203.51112.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.16%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 190 (74.61% from 255) = 71.43%
R=13.16%
G=15.41%
B=71.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35411900.820.7800.25237.6868.8944.12
Hex2329BE524E019ee452c
Octal435127612211603135610554
Binary1000111010011011111010100101001110011001111011101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2329BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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