#0036DD

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

Shades of Persian Blue #0036DD

Tints of Persian Blue #0036DD

Color information

#0036DD (or 0x0036DD) is unknown color: approx Persian Blue. HEX triplet: 00, 36 and DD. RGB value is (0,54,221). Sum of RGB (Red+Green+Blue) = 0+54+221=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #0036DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0036DD is #FFC922. Grayscale: #383838. Windows color (decimal): -16763171 or 14497280. OLE color: 14497280.

HSL color Cylindrical-coordinate representation of color #0036DD: hue angle of 225.34º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0036DD is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB054221-
CMYK10.7600.13
HSL225.34º100%43.33%-
HSV(B)225.34º100%86.67%-
XYZ14.377.8669.17-
YUV56.89220.6187.42-

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) = 19.64%
BLUE value IS 221 (86.72% from 255) = 80.36%
R=0%
G=19.64%
B=80.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal05422110.7600.13225.3410043.33
Hex036DD644C0De1642b
Octal06633514411401534114453
Binary0110110110111011100100100110001101111000011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0036DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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