Html Css Color HEX #033185 Smalt

📋 copy color: '#033185'

red 3 ◦ green 49 ◦ blue 133

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

Shades of Smalt #033185

Tints of Smalt #033185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.49%

 BLUE value IS 133 (52.34% from 255) = 71.89%

R = 1.62%
G = 26.49%
B = 71.89%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#033185 (or 0x033185) is known color: Smalt. HEX triplet: 03, 31 and 85. RGB value is (3,49,133). Sum of RGB (Red+Green+Blue) = 3+49+133=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #033185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033185 is #FCCE7A. Grayscale: #2C2C2C. Windows color (decimal): -16567931 or 8728835. OLE color: 8728835.

HSL color Cylindrical-coordinate representation of color #033185: hue angle of 218.77º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033185 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 49 133 -
CMYK 0.98 0.63 0 0.48
HSL 218.77º 0.96% 0.27% -
HSV(B) 218.77º 0.98% 0.52% -
XYZ 5.37 3.91 22.66 -
YUV 44.82 177.76 98.17 -
System Red Green Blue C M Y K H S L
Decimal 3 49 133 0.98 0.63 0 0.48 218.77 0.96 0.27
Hex 3 31 85 62 3F 0 30 DB 60 1B
Octal 3 61 205 142 77 0 60 333 140 33
Binary 11 110001 10000101 1100010 111111 0 110000 11011011 1100000 11011

Color Harmonies of #033185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033185

Black with #033185

Text Example


Text Example

White with #033185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033185; }

 p { color: rgb(3,49,133); }

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

background-color css

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

 a { background-color: rgb(3,49,133); }

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

border-color css

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

 span { border-color: rgb(3,49,133); }

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