#033C46

Color #033C46 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #033C46

Tints of Sherpa Blue #033C46

Color information

#033C46 (or 0x033C46) is unknown color: approx Sherpa Blue. HEX triplet: 03, 3C and 46. RGB value is (3,60,70). Sum of RGB (Red+Green+Blue) = 3+60+70=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 70 (27.73% from 255 or 52.63% from 133); Max value from RGB is 70 - color contains mainly: blue. Hex color #033C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C46 is #FCC3B9. Grayscale: #2C2C2C. Windows color (decimal): -16565178 or 4602883. OLE color: 4602883.

HSL color Cylindrical-coordinate representation of color #033C46: hue angle of 188.96º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033C46 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB36070-
CMYK0.960.1400.73
HSL188.96º91.78%14.31%-
HSV(B)188.96º95.71%27.45%-
XYZ2.763.696.36-
YUV44.1142.6298.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 60 (23.83% from 255) = 45.11%
BLUE value IS 70 (27.73% from 255) = 52.63%
R=2.26%
G=45.11%
B=52.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal360700.960.1400.73188.9691.7814.31
Hex33C4660E049bd5ce
Octal37410614016011127513416
Binary11111100100011011000001110010010011011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033C46; }

 p { color: rgb(3,60,70); }

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

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

 a { background-color: rgb(3,60,70); }

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

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

 span { border-color: rgb(3,60,70); }

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