#034850

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

Shades of Sherpa Blue #034850

Tints of Sherpa Blue #034850

Color information

#034850 (or 0x034850) is unknown color: approx Sherpa Blue. HEX triplet: 03, 48 and 50. RGB value is (3,72,80). Sum of RGB (Red+Green+Blue) = 3+72+80=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #034850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034850 is #FCB7AF. Grayscale: #343434. Windows color (decimal): -16562096 or 5261315. OLE color: 5261315.

HSL color Cylindrical-coordinate representation of color #034850: hue angle of 186.23º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034850 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB37280-
CMYK0.960.1000.69
HSL186.23º92.77%16.27%-
HSV(B)186.23º96.25%31.37%-
XYZ3.85.238.4-
YUV52.28143.6492.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.94%
GREEN value IS 72 (28.52% from 255) = 46.45%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=1.94%
G=46.45%
B=51.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal372800.960.1000.69186.2392.7716.27
Hex3485060A045ba5d10
Octal311012014012010527213520
Binary1110010001010000110000010100100010110111010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034850; }

 p { color: rgb(3,72,80); }

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

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

 a { background-color: rgb(3,72,80); }

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

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

 span { border-color: rgb(3,72,80); }

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