Html Css Color HEX #003D98 Smalt

📋 copy color: '#003D98'

red 0 ◦ green 61 ◦ blue 152

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

Shades of Smalt #003D98

Tints of Smalt #003D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 71.36%

R = 0%
G = 28.64%
B = 71.36%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#003D98 (or 0x003D98) is known color: Smalt. HEX triplet: 00, 3D and 98. RGB value is (0,61,152). Sum of RGB (Red+Green+Blue) = 0+61+152=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 152 (59.77% from 255 or 71.36% from 213); Max value from RGB is 152 - color contains mainly: blue. Hex color #003D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003D98 is #FFC267. Grayscale: #343434. Windows color (decimal): -16761448 or 9977088. OLE color: 9977088.

HSL color Cylindrical-coordinate representation of color #003D98: hue angle of 215.92º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D98 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 61 152 -
CMYK 1 0.60 0 0.40
HSL 215.92º 1% 0.3% -
HSV(B) 215.92º 1% 0.6% -
XYZ 7.34 5.6 30.4 -
YUV 53.14 183.79 90.1 -
System Red Green Blue C M Y K H S L
Decimal 0 61 152 1 0.60 0 0.40 215.92 1 0.3
Hex 0 3D 98 64 3C 0 28 D8 64 1E
Octal 0 75 230 144 74 0 50 330 144 36
Binary 0 111101 10011000 1100100 111100 0 101000 11011000 1100100 11110

Color Harmonies of #003D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D98

Black with #003D98

Text Example


Text Example

White with #003D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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