#034350

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

Shades of Sherpa Blue #034350

Tints of Sherpa Blue #034350

Color information

#034350 (or 0x034350) is unknown color: approx Sherpa Blue. HEX triplet: 03, 43 and 50. RGB value is (3,67,80). Sum of RGB (Red+Green+Blue) = 3+67+80=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #034350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034350 is #FCBCAF. Grayscale: #313131. Windows color (decimal): -16563376 or 5260035. OLE color: 5260035.

HSL color Cylindrical-coordinate representation of color #034350: hue angle of 190.13º 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 #034350 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB36780-
CMYK0.960.1600.69
HSL190.13º92.77%16.27%-
HSV(B)190.13º96.25%31.37%-
XYZ3.494.618.3-
YUV49.35145.394.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2%
GREEN value IS 67 (26.56% from 255) = 44.67%
BLUE value IS 80 (31.64% from 255) = 53.33%
R=2%
G=44.67%
B=53.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal367800.960.1600.69190.1392.7716.27
Hex343506010045be5d10
Octal310312014020010527613520
Binary11100001110100001100000100000100010110111110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034350; }

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

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

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

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

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

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

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

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