#034250

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

Shades of Sherpa Blue #034250

Tints of Sherpa Blue #034250

Color information

#034250 (or 0x034250) is unknown color: approx Sherpa Blue. HEX triplet: 03, 42 and 50. RGB value is (3,66,80). Sum of RGB (Red+Green+Blue) = 3+66+80=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #034250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034250 is #FCBDAF. Grayscale: #303030. Windows color (decimal): -16563632 or 5259779. OLE color: 5259779.

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

Color convert

RGB36680-
CMYK0.960.1700.69
HSL190.91º92.77%16.27%-
HSV(B)190.91º96.25%31.37%-
XYZ3.434.498.28-
YUV48.76145.6395.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.01%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=2.01%
G=44.30%
B=53.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal366800.960.1700.69190.9192.7716.27
Hex342506011045bf5d10
Octal310212014021010527713520
Binary11100001010100001100000100010100010110111111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034250; }

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

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

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

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

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

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

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

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