#033C4C

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

Shades of Sherpa Blue #033C4C

Tints of Sherpa Blue #033C4C

Color information

#033C4C (or 0x033C4C) is unknown color: approx Sherpa Blue. HEX triplet: 03, 3C and 4C. RGB value is (3,60,76). Sum of RGB (Red+Green+Blue) = 3+60+76=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #033C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C4C is #FCC3B3. Grayscale: #2C2C2C. Windows color (decimal): -16565172 or 4996099. OLE color: 4996099.

HSL color Cylindrical-coordinate representation of color #033C4C: hue angle of 193.15º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033C4C is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB36076-
CMYK0.960.2100.70
HSL193.15º92.41%15.49%-
HSV(B)193.15º96.05%29.8%-
XYZ2.963.777.41-
YUV44.78145.6298.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 60 (23.83% from 255) = 43.17%
BLUE value IS 76 (30.08% from 255) = 54.68%
R=2.16%
G=43.17%
B=54.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal360760.960.2100.70193.1592.4115.49
Hex33C4C6015046c15cf
Octal37411414025010630113417
Binary111111001001100110000010101010001101100000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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