#033C45

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

Shades of Sherpa Blue #033C45

Tints of Sherpa Blue #033C45

Color information

#033C45 (or 0x033C45) is unknown color: approx Sherpa Blue. HEX triplet: 03, 3C and 45. RGB value is (3,60,69). Sum of RGB (Red+Green+Blue) = 3+60+69=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #033C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C45 is #FCC3BA. Grayscale: #2B2B2B. Windows color (decimal): -16565179 or 4537347. OLE color: 4537347.

HSL color Cylindrical-coordinate representation of color #033C45: hue angle of 188.18º 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 #033C45 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB36069-
CMYK0.960.1300.73
HSL188.18º91.67%14.12%-
HSV(B)188.18º95.65%27.06%-
XYZ2.733.686.2-
YUV43.98142.1298.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 60 (23.83% from 255) = 45.45%
BLUE value IS 69 (27.34% from 255) = 52.27%
R=2.27%
G=45.45%
B=52.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal360690.960.1300.73188.1891.6714.12
Hex33C4560D049bc5ce
Octal37410514015011127413416
Binary11111100100010111000001101010010011011110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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