Html Css Color HEX #033094 Smalt

📋 copy color: '#033094'

red 3 ◦ green 48 ◦ blue 148

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

Shades of Smalt #033094

Tints of Smalt #033094

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.12%

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

R = 1.51%
G = 24.12%
B = 74.37%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#033094 (or 0x033094) is known color: Smalt. HEX triplet: 03, 30 and 94. RGB value is (3,48,148). Sum of RGB (Red+Green+Blue) = 3+48+148=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 148 (58.20% from 255 or 74.37% from 199); Max value from RGB is 148 - color contains mainly: blue. Hex color #033094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033094 is #FCCF6B. Grayscale: #2D2D2D. Windows color (decimal): -16568172 or 9711619. OLE color: 9711619.

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

Color convert

RGB 3 48 148 -
CMYK 0.98 0.68 0 0.42
HSL 221.38º 0.96% 0.3% -
HSV(B) 221.38º 0.98% 0.58% -
XYZ 6.44 4.27 28.5 -
YUV 45.95 185.59 97.37 -
System Red Green Blue C M Y K H S L
Decimal 3 48 148 0.98 0.68 0 0.42 221.38 0.96 0.3
Hex 3 30 94 62 44 0 2A DD 60 1E
Octal 3 60 224 142 104 0 52 335 140 36
Binary 11 110000 10010100 1100010 1000100 0 101010 11011101 1100000 11110

Color Harmonies of #033094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033094

Black with #033094

Text Example


Text Example

White with #033094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033094; }

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

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

background-color css

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

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

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

border-color css

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

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

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