Html Css Color HEX #033097 Smalt

📋 copy color: '#033097'

red 3 ◦ green 48 ◦ blue 151

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

Shades of Smalt #033097

Tints of Smalt #033097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 74.75%

R = 1.49%
G = 23.76%
B = 74.75%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#033097 (or 0x033097) is known color: Smalt. HEX triplet: 03, 30 and 97. RGB value is (3,48,151). Sum of RGB (Red+Green+Blue) = 3+48+151=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #033097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033097 is #FCCF68. Grayscale: #2D2D2D. Windows color (decimal): -16568169 or 9908227. OLE color: 9908227.

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

Color convert

RGB 3 48 151 -
CMYK 0.98 0.68 0 0.41
HSL 221.76º 0.96% 0.3% -
HSV(B) 221.76º 0.98% 0.59% -
XYZ 6.68 4.37 29.77 -
YUV 46.29 187.09 97.12 -
System Red Green Blue C M Y K H S L
Decimal 3 48 151 0.98 0.68 0 0.41 221.76 0.96 0.3
Hex 3 30 97 62 44 0 29 DE 60 1E
Octal 3 60 227 142 104 0 51 336 140 36
Binary 11 110000 10010111 1100010 1000100 0 101001 11011110 1100000 11110

Color Harmonies of #033097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033097

Black with #033097

Text Example


Text Example

White with #033097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033097; }

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

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

background-color css

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

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

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

border-color css

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

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

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