Html Css Color HEX #003D96 Smalt

📋 copy color: '#003D96'

red 0 ◦ green 61 ◦ blue 150

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

Shades of Smalt #003D96

Tints of Smalt #003D96

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.91%

 BLUE value IS 150 (58.98% from 255) = 71.09%

R = 0%
G = 28.91%
B = 71.09%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#003D96 (or 0x003D96) is known color: Smalt. HEX triplet: 00, 3D and 96. RGB value is (0,61,150). Sum of RGB (Red+Green+Blue) = 0+61+150=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 150 (58.98% from 255 or 71.09% from 211); Max value from RGB is 150 - color contains mainly: blue. Hex color #003D96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003D96 is #FFC269. Grayscale: #343434. Windows color (decimal): -16761450 or 9846016. OLE color: 9846016.

HSL color Cylindrical-coordinate representation of color #003D96: hue angle of 215.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D96 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 61 150 -
CMYK 1 0.59 0 0.41
HSL 215.6º 1% 0.29% -
HSV(B) 215.6º 1% 0.59% -
XYZ 7.17 5.54 29.55 -
YUV 52.91 182.79 90.26 -
System Red Green Blue C M Y K H S L
Decimal 0 61 150 1 0.59 0 0.41 215.6 1 0.29
Hex 0 3D 96 64 3B 0 29 D8 64 1D
Octal 0 75 226 144 73 0 51 330 144 35
Binary 0 111101 10010110 1100100 111011 0 101001 11011000 1100100 11101

Color Harmonies of #003D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D96

Black with #003D96

Text Example


Text Example

White with #003D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003D96; }

 p { color: rgb(0,61,150); }

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

background-color css

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

 a { background-color: rgb(0,61,150); }

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

border-color css

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

 span { border-color: rgb(0,61,150); }

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