Html Css Color HEX #003794 Smalt

📋 copy color: '#003794'

red 0 ◦ green 55 ◦ blue 148

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

Shades of Smalt #003794

Tints of Smalt #003794

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.09%

 BLUE value IS 148 (58.2% from 255) = 72.91%

R = 0%
G = 27.09%
B = 72.91%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#003794 (or 0x003794) is known color: Smalt. HEX triplet: 00, 37 and 94. RGB value is (0,55,148). Sum of RGB (Red+Green+Blue) = 0+55+148=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #003794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003794 is #FFC86B. Grayscale: #303030. Windows color (decimal): -16762988 or 9713408. OLE color: 9713408.

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

Color convert

RGB 0 55 148 -
CMYK 1 0.63 0 0.42
HSL 217.7º 1% 0.29% -
HSV(B) 217.7º 1% 0.58% -
XYZ 6.71 4.87 28.6 -
YUV 49.16 183.78 92.94 -
System Red Green Blue C M Y K H S L
Decimal 0 55 148 1 0.63 0 0.42 217.7 1 0.29
Hex 0 37 94 64 3F 0 2A DA 64 1D
Octal 0 67 224 144 77 0 52 332 144 35
Binary 0 110111 10010100 1100100 111111 0 101010 11011010 1100100 11101

Color Harmonies of #003794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003794

Black with #003794

Text Example


Text Example

White with #003794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003794; }

 p { color: rgb(0,55,148); }

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

background-color css

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

 a { background-color: rgb(0,55,148); }

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

border-color css

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

 span { border-color: rgb(0,55,148); }

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