#033484

Color #033484 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #033484

Tints of Smalt #033484

Color information

#033484 (or 0x033484) is unknown color: approx Smalt. HEX triplet: 03, 34 and 84. RGB value is (3,52,132). Sum of RGB (Red+Green+Blue) = 3+52+132=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 132 (51.95% from 255 or 70.59% from 187); Max value from RGB is 132 - color contains mainly: blue. Hex color #033484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033484 is #FCCB7B. Grayscale: #2E2E2E. Windows color (decimal): -16567164 or 8664067. OLE color: 8664067.

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

Color convert

RGB352132-
CMYK0.980.6100.48
HSL217.21º95.56%26.47%-
HSV(B)217.21º97.73%51.76%-
XYZ5.434.1422.34-
YUV46.47176.2797-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 132 (51.95% from 255) = 70.59%
R=1.60%
G=27.81%
B=70.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3521320.980.6100.48217.2195.5626.47
Hex33484623D030d9601a
Octal3642041427506033114032
Binary11110100100001001100010111101011000011011001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033484; }

 p { color: rgb(3,52,132); }

 H1.HeaderClassName
 {
   color: #033484;
 }
 .AnyTagClassName
 {
   color: #033484;
 }
</style>
background-color css

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

 a { background-color: rgb(3,52,132); }

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

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

 span { border-color: rgb(3,52,132); }

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