#003485

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

Shades of Smalt #003485

Tints of Smalt #003485

Color information

#003485 (or 0x003485) is unknown color: approx Smalt. HEX triplet: 00, 34 and 85. RGB value is (0,52,133). Sum of RGB (Red+Green+Blue) = 0+52+133=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #003485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003485 is #FFCB7A. Grayscale: #2D2D2D. Windows color (decimal): -16763771 or 8729600. OLE color: 8729600.

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

Color convert

RGB052133-
CMYK10.6100.48
HSL216.54º100%26.08%-
HSV(B)216.54º100%52.16%-
XYZ5.464.1522.7-
YUV45.69177.2795.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 133 (52.34% from 255) = 71.89%
R=0%
G=28.11%
B=71.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal05213310.6100.48216.5410026.08
Hex03485643D030d9641a
Octal0642051447506033114432
Binary0110100100001011100100111101011000011011001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003485; }

 p { color: rgb(0,52,133); }

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

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

 a { background-color: rgb(0,52,133); }

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

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

 span { border-color: rgb(0,52,133); }

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