#034446

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

Shades of Sherpa Blue #034446

Tints of Sherpa Blue #034446

Color information

#034446 (or 0x034446) is unknown color: approx Sherpa Blue. HEX triplet: 03, 44 and 46. RGB value is (3,68,70). Sum of RGB (Red+Green+Blue) = 3+68+70=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #034446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034446 is #FCBBB9. Grayscale: #303030. Windows color (decimal): -16563130 or 4604931. OLE color: 4604931.

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

Color convert

RGB36870-
CMYK0.960.0300.73
HSL181.79º91.78%14.31%-
HSV(B)181.79º95.71%27.45%-
XYZ3.214.66.51-
YUV48.79139.9795.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 68 (26.95% from 255) = 48.23%
BLUE value IS 70 (27.73% from 255) = 49.65%
R=2.13%
G=48.23%
B=49.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal368700.960.0300.73181.7991.7814.31
Hex34446603049b65ce
Octal31041061403011126613416
Binary1110001001000110110000011010010011011011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034446; }

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

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

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

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

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

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

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

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