#034F51

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

Shades of Sherpa Blue #034F51

Tints of Sherpa Blue #034F51

Color information

#034F51 (or 0x034F51) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4F and 51. RGB value is (3,79,81). Sum of RGB (Red+Green+Blue) = 3+79+81=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #034F51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034F51 is #FCB0AE. Grayscale: #383838. Windows color (decimal): -16560303 or 5328643. OLE color: 5328643.

HSL color Cylindrical-coordinate representation of color #034F51: hue angle of 181.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034F51 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB37981-
CMYK0.960.0200.68
HSL181.54º92.86%16.47%-
HSV(B)181.54º96.3%31.76%-
XYZ4.326.218.75-
YUV56.5141.8289.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 79 (31.25% from 255) = 48.47%
BLUE value IS 81 (32.03% from 255) = 49.69%
R=1.84%
G=48.47%
B=49.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal379810.960.0200.68181.5492.8616.47
Hex34F51602044b65d10
Octal31171211402010426613520
Binary11100111110100011100000100100010010110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,79,81); }

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

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

 a { background-color: rgb(3,79,81); }

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

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

 span { border-color: rgb(3,79,81); }

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