#003284

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

Shades of Smalt #003284

Tints of Smalt #003284

Color information

#003284 (or 0x003284) is unknown color: approx Smalt. HEX triplet: 00, 32 and 84. RGB value is (0,50,132). Sum of RGB (Red+Green+Blue) = 0+50+132=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 132 (51.95% from 255 or 72.53% from 182); Max value from RGB is 132 - color contains mainly: blue. Hex color #003284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003284 is #FFCD7B. Grayscale: #2C2C2C. Windows color (decimal): -16764284 or 8663552. OLE color: 8663552.

HSL color Cylindrical-coordinate representation of color #003284: hue angle of 217.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003284 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB050132-
CMYK10.6200.48
HSL217.27º100%25.88%-
HSV(B)217.27º100%51.76%-
XYZ5.313.9522.31-
YUV44.4177.4496.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 27.47%
BLUE value IS 132 (51.95% from 255) = 72.53%
R=0%
G=27.47%
B=72.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal05013210.6200.48217.2710025.88
Hex03284643E030d9641a
Octal0622041447606033114432
Binary0110010100001001100100111110011000011011001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003284; }

 p { color: rgb(0,50,132); }

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

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

 a { background-color: rgb(0,50,132); }

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

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

 span { border-color: rgb(0,50,132); }

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