Html Css Color HEX #003585 Smalt

📋 copy color: '#003585'

red 0 ◦ green 53 ◦ blue 133

#003585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #003585

Tints of Smalt #003585

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 53 (21.09% from 255) = 28.49%

 BLUE value IS 133 (52.34% from 255) = 71.51%

R = 0%
G = 28.49%
B = 71.51%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#003585 (or 0x003585) is known color: Smalt. HEX triplet: 00, 35 and 85. RGB value is (0,53,133). Sum of RGB (Red+Green+Blue) = 0+53+133=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #003585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003585 is #FFCA7A. Grayscale: #2D2D2D. Windows color (decimal): -16763515 or 8729856. OLE color: 8729856.

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

Color convert

RGB 0 53 133 -
CMYK 1 0.60 0 0.48
HSL 216.09º 1% 0.26% -
HSV(B) 216.09º 1% 0.52% -
XYZ 5.51 4.24 22.72 -
YUV 46.27 176.94 95 -
System Red Green Blue C M Y K H S L
Decimal 0 53 133 1 0.60 0 0.48 216.09 1 0.26
Hex 0 35 85 64 3C 0 30 D8 64 1A
Octal 0 65 205 144 74 0 60 330 144 32
Binary 0 110101 10000101 1100100 111100 0 110000 11011000 1100100 11010

Color Harmonies of #003585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003585

Black with #003585

Text Example


Text Example

White with #003585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003585; }

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

 H1.HeaderClassName
 {
   color: #003585;
 }
 .AnyTagClassName
 {
   color: #003585;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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