Html Css Color HEX #003894 Smalt

📋 copy color: '#003894'

red 0 ◦ green 56 ◦ blue 148

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

Shades of Smalt #003894

Tints of Smalt #003894

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.45%

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

R = 0%
G = 27.45%
B = 72.55%

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

#003894 (or 0x003894) is known color: Smalt. HEX triplet: 00, 38 and 94. RGB value is (0,56,148). Sum of RGB (Red+Green+Blue) = 0+56+148=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 148 (58.20% from 255 or 72.55% from 204); Max value from RGB is 148 - color contains mainly: blue. Hex color #003894 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003894 is #FFC76B. Grayscale: #313131. Windows color (decimal): -16762732 or 9713664. OLE color: 9713664.

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

Color convert

RGB 0 56 148 -
CMYK 1 0.62 0 0.42
HSL 217.3º 1% 0.29% -
HSV(B) 217.3º 1% 0.58% -
XYZ 6.76 4.97 28.62 -
YUV 49.74 183.45 92.52 -
System Red Green Blue C M Y K H S L
Decimal 0 56 148 1 0.62 0 0.42 217.3 1 0.29
Hex 0 38 94 64 3E 0 2A D9 64 1D
Octal 0 70 224 144 76 0 52 331 144 35
Binary 0 111000 10010100 1100100 111110 0 101010 11011001 1100100 11101

Color Harmonies of #003894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003894

Black with #003894

Text Example


Text Example

White with #003894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003894; }

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

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

background-color css

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

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

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

border-color css

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

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

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