#034962

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

Shades of Sherpa Blue #034962

Tints of Sherpa Blue #034962

Color information

#034962 (or 0x034962) is unknown color: approx Sherpa Blue. HEX triplet: 03, 49 and 62. RGB value is (3,73,98). Sum of RGB (Red+Green+Blue) = 3+73+98=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #034962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034962 is #FCB69D. Grayscale: #363636. Windows color (decimal): -16561822 or 6441219. OLE color: 6441219.

HSL color Cylindrical-coordinate representation of color #034962: hue angle of 195.79º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034962 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB37398-
CMYK0.970.2600.62
HSL195.79º94.06%19.8%-
HSV(B)195.79º96.94%38.43%-
XYZ4.625.6712.41-
YUV54.92152.3190.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.72%
GREEN value IS 73 (28.91% from 255) = 41.95%
BLUE value IS 98 (38.67% from 255) = 56.32%
R=1.72%
G=41.95%
B=56.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal373980.970.2600.62195.7994.0619.8
Hex34962611A03Ec45e14
Octal31111421413207630413624
Binary1110010011100010110000111010011111011000100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034962; }

 p { color: rgb(3,73,98); }

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

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

 a { background-color: rgb(3,73,98); }

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

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

 span { border-color: rgb(3,73,98); }

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