Html Css Color HEX #033082 Smalt

📋 copy color: '#033082'

red 3 ◦ green 48 ◦ blue 130

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

Shades of Smalt #033082

Tints of Smalt #033082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 71.82%

R = 1.66%
G = 26.52%
B = 71.82%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#033082 (or 0x033082) is known color: Smalt. HEX triplet: 03, 30 and 82. RGB value is (3,48,130). Sum of RGB (Red+Green+Blue) = 3+48+130=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 130 (51.17% from 255 or 71.82% from 181); Max value from RGB is 130 - color contains mainly: blue. Hex color #033082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033082 is #FCCF7D. Grayscale: #2B2B2B. Windows color (decimal): -16568190 or 8531971. OLE color: 8531971.

HSL color Cylindrical-coordinate representation of color #033082: hue angle of 218.74º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033082 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 48 130 -
CMYK 0.98 0.63 0 0.49
HSL 218.74º 0.95% 0.26% -
HSV(B) 218.74º 0.98% 0.51% -
XYZ 5.12 3.74 21.57 -
YUV 43.89 176.59 98.83 -
System Red Green Blue C M Y K H S L
Decimal 3 48 130 0.98 0.63 0 0.49 218.74 0.95 0.26
Hex 3 30 82 62 3F 0 31 DB 5F 1A
Octal 3 60 202 142 77 0 61 333 137 32
Binary 11 110000 10000010 1100010 111111 0 110001 11011011 1011111 11010

Color Harmonies of #033082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033082

Black with #033082

Text Example


Text Example

White with #033082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033082; }

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

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

background-color css

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

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

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

border-color css

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

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

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