Html Css Color HEX #003998 Smalt

📋 copy color: '#003998'

red 0 ◦ green 57 ◦ blue 152

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

Shades of Smalt #003998

Tints of Smalt #003998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.27%

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

R = 0%
G = 27.27%
B = 72.73%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#003998 (or 0x003998) is known color: Smalt. HEX triplet: 00, 39 and 98. RGB value is (0,57,152). Sum of RGB (Red+Green+Blue) = 0+57+152=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #003998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003998 is #FFC667. Grayscale: #323232. Windows color (decimal): -16762472 or 9976064. OLE color: 9976064.

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

Color convert

RGB 0 57 152 -
CMYK 1 0.62 0 0.40
HSL 217.5º 1% 0.3% -
HSV(B) 217.5º 1% 0.6% -
XYZ 7.13 5.19 30.33 -
YUV 50.79 185.12 91.78 -
System Red Green Blue C M Y K H S L
Decimal 0 57 152 1 0.62 0 0.40 217.5 1 0.3
Hex 0 39 98 64 3E 0 28 DA 64 1E
Octal 0 71 230 144 76 0 50 332 144 36
Binary 0 111001 10011000 1100100 111110 0 101000 11011010 1100100 11110

Color Harmonies of #003998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003998

Black with #003998

Text Example


Text Example

White with #003998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003998; }

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

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

background-color css

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

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

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

border-color css

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

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

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