#2315BB

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

Shades of Persian Blue #2315BB

Tints of Persian Blue #2315BB

Color information

#2315BB (or 0x2315BB) is unknown color: approx Persian Blue. HEX triplet: 23, 15 and BB. RGB value is (35,21,187). Sum of RGB (Red+Green+Blue) = 35+21+187=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 187 (73.44% from 255 or 76.95% from 243); Max value from RGB is 187 - color contains mainly: blue. Hex color #2315BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2315BB is #DCEA44. Grayscale: #2B2B2B. Windows color (decimal): -14477893 or 12260643. OLE color: 12260643.

HSL color Cylindrical-coordinate representation of color #2315BB: hue angle of 245.06º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2315BB is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3521187-
CMYK0.810.8900.27
HSL245.06º79.81%40.78%-
HSV(B)245.06º88.77%73.33%-
XYZ9.934.4847.36-
YUV44.11208.64121.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.40%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 187 (73.44% from 255) = 76.95%
R=14.40%
G=8.64%
B=76.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35211870.810.8900.27245.0679.8140.78
Hex2315BB515901Bf55029
Octal432527312113103336512051
Binary100011101011011101110100011011001011011111101011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2315BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2315BB; }

 p { color: rgb(35,21,187); }

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

<style>
 a { background-color: #2315BB; }

 a { background-color: rgb(35,21,187); }

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

<style>
 span { border-color: #2315BB; }

 span { border-color: rgb(35,21,187); }

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