#0036A2

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

Shades of Smalt #0036A2

Tints of Smalt #0036A2

Color information

#0036A2 (or 0x0036A2) is unknown color: approx Smalt. HEX triplet: 00, 36 and A2. RGB value is (0,54,162). Sum of RGB (Red+Green+Blue) = 0+54+162=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 162 (63.67% from 255 or 75% from 216); Max value from RGB is 162 - color contains mainly: blue. Hex color #0036A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0036A2 is #FFC95D. Grayscale: #313131. Windows color (decimal): -16763230 or 10630656. OLE color: 10630656.

HSL color Cylindrical-coordinate representation of color #0036A2: hue angle of 220º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0036A2 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB054162-
CMYK10.6700.36
HSL220º100%31.76%-
HSV(B)220º100%63.53%-
XYZ7.845.2534.78-
YUV50.17191.1192.22-

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) = 25%
BLUE value IS 162 (63.67% from 255) = 75%
R=0%
G=25%
B=75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal05416210.6700.3622010031.76
Hex036A26443024dc6420
Octal06624214410304433414440
Binary011011010100010110010010000110100100110111001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0036A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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