#2316C3

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

Shades of Persian Blue #2316C3

Tints of Persian Blue #2316C3

Color information

#2316C3 (or 0x2316C3) is unknown color: approx Persian Blue. HEX triplet: 23, 16 and C3. RGB value is (35,22,195). Sum of RGB (Red+Green+Blue) = 35+22+195=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 195 (76.56% from 255 or 77.38% from 252); Max value from RGB is 195 - color contains mainly: blue. Hex color #2316C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2316C3 is #DCE93C. Grayscale: #2C2C2C. Windows color (decimal): -14477629 or 12785187. OLE color: 12785187.

HSL color Cylindrical-coordinate representation of color #2316C3: hue angle of 244.51º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2316C3 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3522195-
CMYK0.820.8900.24
HSL244.51º79.72%42.55%-
HSV(B)244.51º88.72%76.47%-
XYZ10.834.8752-
YUV45.61212.31120.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.89%
GREEN value IS 22 (8.98% from 255) = 8.73%
BLUE value IS 195 (76.56% from 255) = 77.38%
R=13.89%
G=8.73%
B=77.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal35221950.820.8900.24244.5179.7242.55
Hex2316C35259018f5502b
Octal432630312213103036512053
Binary100011101101100001110100101011001011000111101011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2316C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2316C3; }

 p { color: rgb(35,22,195); }

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

<style>
 a { background-color: #2316C3; }

 a { background-color: rgb(35,22,195); }

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

<style>
 span { border-color: #2316C3; }

 span { border-color: rgb(35,22,195); }

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