#034F5C

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

Shades of Sherpa Blue #034F5C

Tints of Sherpa Blue #034F5C

Color information

#034F5C (or 0x034F5C) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4F and 5C. RGB value is (3,79,92). Sum of RGB (Red+Green+Blue) = 3+79+92=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #034F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034F5C is #FCB0A3. Grayscale: #393939. Windows color (decimal): -16560292 or 6049539. OLE color: 6049539.

HSL color Cylindrical-coordinate representation of color #034F5C: hue angle of 188.76º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034F5C is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB37992-
CMYK0.970.1400.64
HSL188.76º93.68%18.63%-
HSV(B)188.76º96.74%36.08%-
XYZ4.776.3811.11-
YUV57.76147.3288.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.72%
GREEN value IS 79 (31.25% from 255) = 45.40%
BLUE value IS 92 (36.33% from 255) = 52.87%
R=1.72%
G=45.40%
B=52.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal379920.970.1400.64188.7693.6818.63
Hex34F5C61E040bd5e13
Octal311713414116010027513623
Binary1110011111011100110000111100100000010111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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