#0036CD

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

Shades of Persian Blue #0036CD

Tints of Persian Blue #0036CD

Color information

#0036CD (or 0x0036CD) is unknown color: approx Persian Blue. HEX triplet: 00, 36 and CD. RGB value is (0,54,205). Sum of RGB (Red+Green+Blue) = 0+54+205=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 205 (80.47% from 255 or 79.15% from 259); Max value from RGB is 205 - color contains mainly: blue. Hex color #0036CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0036CD is #FFC932. Grayscale: #363636. Windows color (decimal): -16763187 or 13448704. OLE color: 13448704.

HSL color Cylindrical-coordinate representation of color #0036CD: hue angle of 224.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0036CD is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB054205-
CMYK10.7400.20
HSL224.2º100%40.2%-
HSV(B)224.2º100%80.39%-
XYZ12.347.0558.47-
YUV55.07212.6188.72-

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.85%
BLUE value IS 205 (80.47% from 255) = 79.15%
R=0%
G=20.85%
B=79.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal05420510.7400.20224.210040.2
Hex036CD644A014e06428
Octal06631514411202434014450
Binary01101101100110111001001001010010100111000001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0036CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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