#1536C3

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

Shades of Persian Blue #1536C3

Tints of Persian Blue #1536C3

Color information

#1536C3 (or 0x1536C3) is unknown color: approx Persian Blue. HEX triplet: 15, 36 and C3. RGB value is (21,54,195). Sum of RGB (Red+Green+Blue) = 21+54+195=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 195 (76.56% from 255 or 72.22% from 270); Max value from RGB is 195 - color contains mainly: blue. Hex color #1536C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1536C3 is #EAC93C. Grayscale: #3B3B3B. Windows color (decimal): -15386941 or 12793365. OLE color: 12793365.

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

Color convert

RGB2154195-
CMYK0.890.7200.24
HSL228.62º80.56%42.35%-
HSV(B)228.62º89.23%76.47%-
XYZ11.486.7452.33-
YUV60.21204.07100.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.78%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 195 (76.56% from 255) = 72.22%
R=7.78%
G=20%
B=72.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21541950.890.7200.24228.6280.5642.35
Hex1536C35948018e5512a
Octal256630313111003034512152
Binary101011101101100001110110011001000011000111001011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1536C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,54,195); }

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

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

 a { background-color: rgb(21,54,195); }

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

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

 span { border-color: rgb(21,54,195); }

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