#003691

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

Shades of Smalt #003691

Tints of Smalt #003691

Color information

#003691 (or 0x003691) is unknown color: approx Smalt. HEX triplet: 00, 36 and 91. RGB value is (0,54,145). Sum of RGB (Red+Green+Blue) = 0+54+145=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 145 (57.03% from 255 or 72.86% from 199); Max value from RGB is 145 - color contains mainly: blue. Hex color #003691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003691 is #FFC96E. Grayscale: #2F2F2F. Windows color (decimal): -16763247 or 9516544. OLE color: 9516544.

HSL color Cylindrical-coordinate representation of color #003691: hue angle of 217.66º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003691 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB054145-
CMYK10.6300.43
HSL217.66º100%28.43%-
HSV(B)217.66º100%56.86%-
XYZ6.434.6827.35-
YUV48.23182.6193.6-

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) = 27.14%
BLUE value IS 145 (57.03% from 255) = 72.86%
R=0%
G=27.14%
B=72.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal05414510.6300.43217.6610028.43
Hex03691643F02Bda641c
Octal0662211447705333214434
Binary0110110100100011100100111111010101111011010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003691; }

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

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

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

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

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

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

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

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