Html Css Color HEX #033696 Smalt

📋 copy color: '#033696'

red 3 ◦ green 54 ◦ blue 150

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

Shades of Smalt #033696

Tints of Smalt #033696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 72.46%

R = 1.45%
G = 26.09%
B = 72.46%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#033696 (or 0x033696) is known color: Smalt. HEX triplet: 03, 36 and 96. RGB value is (3,54,150). Sum of RGB (Red+Green+Blue) = 3+54+150=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 150 (58.98% from 255 or 72.46% from 207); Max value from RGB is 150 - color contains mainly: blue. Hex color #033696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033696 is #FCC969. Grayscale: #313131. Windows color (decimal): -16566634 or 9844227. OLE color: 9844227.

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

Color convert

RGB 3 54 150 -
CMYK 0.98 0.64 0 0.41
HSL 219.18º 0.96% 0.3% -
HSV(B) 219.18º 0.98% 0.59% -
XYZ 6.86 4.86 29.43 -
YUV 49.7 184.6 94.69 -
System Red Green Blue C M Y K H S L
Decimal 3 54 150 0.98 0.64 0 0.41 219.18 0.96 0.3
Hex 3 36 96 62 40 0 29 DB 60 1E
Octal 3 66 226 142 100 0 51 333 140 36
Binary 11 110110 10010110 1100010 1000000 0 101001 11011011 1100000 11110

Color Harmonies of #033696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033696

Black with #033696

Text Example


Text Example

White with #033696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033696; }

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

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

background-color css

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

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

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

border-color css

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

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

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