Html Css Color HEX #033095 Smalt

📋 copy color: '#033095'

red 3 ◦ green 48 ◦ blue 149

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

Shades of Smalt #033095

Tints of Smalt #033095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 74.5%

R = 1.5%
G = 24%
B = 74.5%

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

#033095 (or 0x033095) is known color: Smalt. HEX triplet: 03, 30 and 95. RGB value is (3,48,149). Sum of RGB (Red+Green+Blue) = 3+48+149=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 149 (58.59% from 255 or 74.5% from 200); Max value from RGB is 149 - color contains mainly: blue. Hex color #033095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033095 is #FCCF6A. Grayscale: #2D2D2D. Windows color (decimal): -16568171 or 9777155. OLE color: 9777155.

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

Color convert

RGB 3 48 149 -
CMYK 0.98 0.68 0 0.42
HSL 221.51º 0.96% 0.3% -
HSV(B) 221.51º 0.98% 0.58% -
XYZ 6.52 4.3 28.92 -
YUV 46.06 186.09 97.29 -
System Red Green Blue C M Y K H S L
Decimal 3 48 149 0.98 0.68 0 0.42 221.51 0.96 0.3
Hex 3 30 95 62 44 0 2A DE 60 1E
Octal 3 60 225 142 104 0 52 336 140 36
Binary 11 110000 10010101 1100010 1000100 0 101010 11011110 1100000 11110

Color Harmonies of #033095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033095

Black with #033095

Text Example


Text Example

White with #033095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033095; }

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

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

background-color css

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

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

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

border-color css

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

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

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