Html Css Color HEX #033694 Smalt

📋 copy color: '#033694'

red 3 ◦ green 54 ◦ blue 148

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

Shades of Smalt #033694

Tints of Smalt #033694

RGB

 RED value IS 3 (1.56% from 255) = 1.46%

 GREEN value IS 54 (21.48% from 255) = 26.34%

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

R = 1.46%
G = 26.34%
B = 72.2%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#033694 (or 0x033694) is known color: Smalt. HEX triplet: 03, 36 and 94. RGB value is (3,54,148). Sum of RGB (Red+Green+Blue) = 3+54+148=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #033694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033694 is #FCC96B. Grayscale: #313131. Windows color (decimal): -16566636 or 9713155. OLE color: 9713155.

HSL color Cylindrical-coordinate representation of color #033694: hue angle of 218.9º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033694 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 54 148 -
CMYK 0.98 0.64 0 0.42
HSL 218.9º 0.96% 0.3% -
HSV(B) 218.9º 0.98% 0.58% -
XYZ 6.7 4.8 28.59 -
YUV 49.47 183.6 94.86 -
System Red Green Blue C M Y K H S L
Decimal 3 54 148 0.98 0.64 0 0.42 218.9 0.96 0.3
Hex 3 36 94 62 40 0 2A DB 60 1E
Octal 3 66 224 142 100 0 52 333 140 36
Binary 11 110110 10010100 1100010 1000000 0 101010 11011011 1100000 11110

Color Harmonies of #033694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033694

Black with #033694

Text Example


Text Example

White with #033694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033694; }

 p { color: rgb(3,54,148); }

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

background-color css

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

 a { background-color: rgb(3,54,148); }

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

border-color css

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

 span { border-color: rgb(3,54,148); }

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