#2329B1

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

Shades of Persian Blue #2329B1

Tints of Persian Blue #2329B1

Color information

#2329B1 (or 0x2329B1) is unknown color: approx Persian Blue. HEX triplet: 23, 29 and B1. RGB value is (35,41,177). Sum of RGB (Red+Green+Blue) = 35+41+177=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 177 (69.53% from 255 or 69.96% from 253); Max value from RGB is 177 - color contains mainly: blue. Hex color #2329B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2329B1 is #DCD64E. Grayscale: #363636. Windows color (decimal): -14472783 or 11610403. OLE color: 11610403.

HSL color Cylindrical-coordinate representation of color #2329B1: hue angle of 237.46º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2329B1 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3541177-
CMYK0.800.7700.31
HSL237.46º66.98%41.57%-
HSV(B)237.46º80.23%69.41%-
XYZ9.425.1242.09-
YUV54.71197.01113.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 177 (69.53% from 255) = 69.96%
R=13.83%
G=16.21%
B=69.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal35411770.800.7700.31237.4666.9841.57
Hex2329B1504D01Fed432a
Octal435126112011503735510352
Binary1000111010011011000110100001001101011111111011011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2329B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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