#2329C4

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

Shades of Persian Blue #2329C4

Tints of Persian Blue #2329C4

Color information

#2329C4 (or 0x2329C4) is unknown color: approx Persian Blue. HEX triplet: 23, 29 and C4. RGB value is (35,41,196). Sum of RGB (Red+Green+Blue) = 35+41+196=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 196 (76.95% from 255 or 72.06% from 272); Max value from RGB is 196 - color contains mainly: blue. Hex color #2329C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2329C4 is #DCD63B. Grayscale: #383838. Windows color (decimal): -14472764 or 12855587. OLE color: 12855587.

HSL color Cylindrical-coordinate representation of color #2329C4: hue angle of 237.76º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2329C4 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3541196-
CMYK0.820.7900.23
HSL237.76º69.7%45.29%-
HSV(B)237.76º82.14%76.86%-
XYZ11.455.9352.77-
YUV56.88206.51112.4-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.87%
GREEN value IS 41 (16.41% from 255) = 15.07%
BLUE value IS 196 (76.95% from 255) = 72.06%
R=12.87%
G=15.07%
B=72.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal35411960.820.7900.23237.7669.745.29
Hex2329C4524F017ee462d
Octal435130412211702735610655
Binary1000111010011100010010100101001111010111111011101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2329C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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