#002284

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

Shades of Smalt #002284

Tints of Smalt #002284

Color information

#002284 (or 0x002284) is unknown color: approx Smalt. HEX triplet: 00, 22 and 84. RGB value is (0,34,132). Sum of RGB (Red+Green+Blue) = 0+34+132=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 132 (51.95% from 255 or 79.52% from 166); Max value from RGB is 132 - color contains mainly: blue. Hex color #002284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002284 is #FFDD7B. Grayscale: #222222. Windows color (decimal): -16768380 or 8659456. OLE color: 8659456.

HSL color Cylindrical-coordinate representation of color #002284: hue angle of 224.55º 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 #002284 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB034132-
CMYK10.7400.48
HSL224.55º100%25.88%-
HSV(B)224.55º100%51.76%-
XYZ4.742.8122.12-
YUV35.01182.74103.03-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 132 (51.95% from 255) = 79.52%
R=0%
G=20.48%
B=79.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal03413210.7400.48224.5510025.88
Hex02284644A030e1641a
Octal04220414411206034114432
Binary01000101000010011001001001010011000011100001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002284; }

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

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

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

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

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

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

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

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