#0036D8

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

Shades of Persian Blue #0036D8

Tints of Persian Blue #0036D8

Color information

#0036D8 (or 0x0036D8) is unknown color: approx Persian Blue. HEX triplet: 00, 36 and D8. RGB value is (0,54,216). Sum of RGB (Red+Green+Blue) = 0+54+216=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 216 (84.77% from 255 or 80% from 270); Max value from RGB is 216 - color contains mainly: blue. Hex color #0036D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0036D8 is #FFC927. Grayscale: #373737. Windows color (decimal): -16763176 or 14169600. OLE color: 14169600.

HSL color Cylindrical-coordinate representation of color #0036D8: hue angle of 225º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0036D8 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB054216-
CMYK10.7500.15
HSL225º100%42.35%-
HSV(B)225º100%84.71%-
XYZ13.717.665.71-
YUV56.32218.1187.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 216 (84.77% from 255) = 80%
R=0%
G=20%
B=80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal05421610.7500.1522510042.35
Hex036D8644B0Fe1642a
Octal06633014411301734114452
Binary0110110110110001100100100101101111111000011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0036D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0036D8; }

 p { color: rgb(0,54,216); }

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

<style>
 a { background-color: #0036D8; }

 a { background-color: rgb(0,54,216); }

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

<style>
 span { border-color: #0036D8; }

 span { border-color: rgb(0,54,216); }

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