#2316B5

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

Shades of Persian Blue #2316B5

Tints of Persian Blue #2316B5

Color information

#2316B5 (or 0x2316B5) is unknown color: approx Persian Blue. HEX triplet: 23, 16 and B5. RGB value is (35,22,181). Sum of RGB (Red+Green+Blue) = 35+22+181=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 181 (71.09% from 255 or 76.05% from 238); Max value from RGB is 181 - color contains mainly: blue. Hex color #2316B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2316B5 is #DCE94A. Grayscale: #2B2B2B. Windows color (decimal): -14477643 or 11867683. OLE color: 11867683.

HSL color Cylindrical-coordinate representation of color #2316B5: hue angle of 244.91º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2316B5 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3522181-
CMYK0.810.8800.29
HSL244.91º78.33%39.8%-
HSV(B)244.91º87.85%70.98%-
XYZ9.324.2744.05-
YUV44.01205.31121.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.71%
GREEN value IS 22 (8.98% from 255) = 9.24%
BLUE value IS 181 (71.09% from 255) = 76.05%
R=14.71%
G=9.24%
B=76.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal35221810.810.8800.29244.9178.3339.8
Hex2316B5515801Df54e28
Octal432626512113003536511650
Binary100011101101011010110100011011000011101111101011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2316B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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