Html Css Color HEX #003995 Smalt

📋 copy color: '#003995'

red 0 ◦ green 57 ◦ blue 149

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

Shades of Smalt #003995

Tints of Smalt #003995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 72.33%

R = 0%
G = 27.67%
B = 72.33%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#003995 (or 0x003995) is known color: Smalt. HEX triplet: 00, 39 and 95. RGB value is (0,57,149). Sum of RGB (Red+Green+Blue) = 0+57+149=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #003995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003995 is #FFC66A. Grayscale: #323232. Windows color (decimal): -16762475 or 9779456. OLE color: 9779456.

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

Color convert

RGB 0 57 149 -
CMYK 1 0.62 0 0.42
HSL 217.05º 1% 0.29% -
HSV(B) 217.05º 1% 0.58% -
XYZ 6.89 5.1 29.05 -
YUV 50.45 183.62 92.02 -
System Red Green Blue C M Y K H S L
Decimal 0 57 149 1 0.62 0 0.42 217.05 1 0.29
Hex 0 39 95 64 3E 0 2A D9 64 1D
Octal 0 71 225 144 76 0 52 331 144 35
Binary 0 111001 10010101 1100100 111110 0 101010 11011001 1100100 11101

Color Harmonies of #003995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003995

Black with #003995

Text Example


Text Example

White with #003995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003995; }

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

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

background-color css

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

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

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

border-color css

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

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

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