Html Css Color HEX #003294 Smalt

📋 copy color: '#003294'

red 0 ◦ green 50 ◦ blue 148

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

Shades of Smalt #003294

Tints of Smalt #003294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

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

R = 0%
G = 25.25%
B = 74.75%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#003294 (or 0x003294) is known color: Smalt. HEX triplet: 00, 32 and 94. RGB value is (0,50,148). Sum of RGB (Red+Green+Blue) = 0+50+148=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 148 (58.20% from 255 or 74.75% from 198); Max value from RGB is 148 - color contains mainly: blue. Hex color #003294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003294 is #FFCD6B. Grayscale: #2D2D2D. Windows color (decimal): -16764268 or 9712128. OLE color: 9712128.

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

Color convert

RGB 0 50 148 -
CMYK 1 0.66 0 0.42
HSL 219.73º 1% 0.29% -
HSV(B) 219.73º 1% 0.58% -
XYZ 6.49 4.42 28.53 -
YUV 46.22 185.44 95.03 -
System Red Green Blue C M Y K H S L
Decimal 0 50 148 1 0.66 0 0.42 219.73 1 0.29
Hex 0 32 94 64 42 0 2A DC 64 1D
Octal 0 62 224 144 102 0 52 334 144 35
Binary 0 110010 10010100 1100100 1000010 0 101010 11011100 1100100 11101

Color Harmonies of #003294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003294

Black with #003294

Text Example


Text Example

White with #003294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003294; }

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

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

background-color css

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

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

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

border-color css

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

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

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