Html Css Color HEX #003D8D Smalt

📋 copy color: '#003D8D'

red 0 ◦ green 61 ◦ blue 141

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

Shades of Smalt #003D8D

Tints of Smalt #003D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 69.8%

R = 0%
G = 30.2%
B = 69.8%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#003D8D (or 0x003D8D) is known color: Smalt. HEX triplet: 00, 3D and 8D. RGB value is (0,61,141). Sum of RGB (Red+Green+Blue) = 0+61+141=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #003D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003D8D is #FFC272. Grayscale: #333333. Windows color (decimal): -16761459 or 9256192. OLE color: 9256192.

HSL color Cylindrical-coordinate representation of color #003D8D: hue angle of 214.04º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D8D is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 61 141 -
CMYK 1 0.57 0 0.45
HSL 214.04º 1% 0.28% -
HSV(B) 214.04º 1% 0.55% -
XYZ 6.48 5.26 25.87 -
YUV 51.88 178.29 91 -
System Red Green Blue C M Y K H S L
Decimal 0 61 141 1 0.57 0 0.45 214.04 1 0.28
Hex 0 3D 8D 64 39 0 2D D6 64 1C
Octal 0 75 215 144 71 0 55 326 144 34
Binary 0 111101 10001101 1100100 111001 0 101101 11010110 1100100 11100

Color Harmonies of #003D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D8D

Black with #003D8D

Text Example


Text Example

White with #003D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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