#034C4B

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

Shades of Sherpa Blue #034C4B

Tints of Sherpa Blue #034C4B

Color information

#034C4B (or 0x034C4B) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4C and 4B. RGB value is (3,76,75). Sum of RGB (Red+Green+Blue) = 3+76+75=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #034C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034C4B is #FCB3B4. Grayscale: #353535. Windows color (decimal): -16561077 or 4934659. OLE color: 4934659.

HSL color Cylindrical-coordinate representation of color #034C4B: hue angle of 179.18º 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 #034C4B is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB37675-
CMYK0.9600.010.70
HSL179.18º92.41%15.49%-
HSV(B)179.18º96.05%29.8%-
XYZ3.895.77.55-
YUV54.06139.8291.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 76 (30.08% from 255) = 49.35%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=1.95%
G=49.35%
B=48.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal376750.9600.010.70179.1892.4115.49
Hex34C4B600146b35cf
Octal31141131400110626313417
Binary111001100100101111000000110001101011001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034C4B; }

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

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

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

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

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

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

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

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