#2326CA

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

Shades of Persian Blue #2326CA

Tints of Persian Blue #2326CA

Color information

#2326CA (or 0x2326CA) is unknown color: approx Persian Blue. HEX triplet: 23, 26 and CA. RGB value is (35,38,202). Sum of RGB (Red+Green+Blue) = 35+38+202=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 202 (79.30% from 255 or 73.45% from 275); Max value from RGB is 202 - color contains mainly: blue. Hex color #2326CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2326CA is #DCD935. Grayscale: #373737. Windows color (decimal): -14473526 or 13248035. OLE color: 13248035.

HSL color Cylindrical-coordinate representation of color #2326CA: hue angle of 238.92º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2326CA is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3538202-
CMYK0.830.8100.21
HSL238.92º70.46%46.47%-
HSV(B)238.92º82.67%79.22%-
XYZ12.056.0156.4-
YUV55.8210.51113.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.73%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 202 (79.30% from 255) = 73.45%
R=12.73%
G=13.82%
B=73.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal35382020.830.8100.21238.9270.4646.47
Hex2326CA5351015ef462e
Octal434631212312102535710656
Binary1000111001101100101010100111010001010101111011111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2326CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2326CA; }

 p { color: rgb(35,38,202); }

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

<style>
 a { background-color: #2326CA; }

 a { background-color: rgb(35,38,202); }

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

<style>
 span { border-color: #2326CA; }

 span { border-color: rgb(35,38,202); }

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