#034246

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

Shades of Sherpa Blue #034246

Tints of Sherpa Blue #034246

Color information

#034246 (or 0x034246) is unknown color: approx Sherpa Blue. HEX triplet: 03, 42 and 46. RGB value is (3,66,70). Sum of RGB (Red+Green+Blue) = 3+66+70=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #034246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034246 is #FCBDB9. Grayscale: #2F2F2F. Windows color (decimal): -16563642 or 4604419. OLE color: 4604419.

HSL color Cylindrical-coordinate representation of color #034246: hue angle of 183.58º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034246 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB36670-
CMYK0.960.0600.73
HSL183.58º91.78%14.31%-
HSV(B)183.58º95.71%27.45%-
XYZ3.094.366.47-
YUV47.62140.6396.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 70 (27.73% from 255) = 50.36%
R=2.16%
G=47.48%
B=50.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal366700.960.0600.73183.5891.7814.31
Hex34246606049b85ce
Octal31021061406011127013416
Binary11100001010001101100000110010010011011100010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034246; }

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

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

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

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

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

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

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

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