#034B62

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

Shades of Sherpa Blue #034B62

Tints of Sherpa Blue #034B62

Color information

#034B62 (or 0x034B62) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4B and 62. RGB value is (3,75,98). Sum of RGB (Red+Green+Blue) = 3+75+98=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #034B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034B62 is #FCB49D. Grayscale: #373737. Windows color (decimal): -16561310 or 6441731. OLE color: 6441731.

HSL color Cylindrical-coordinate representation of color #034B62: hue angle of 194.53º 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 #034B62 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB37598-
CMYK0.970.2300.62
HSL194.53º94.06%19.8%-
HSV(B)194.53º96.94%38.43%-
XYZ4.765.9312.45-
YUV56.09151.6590.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.70%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 98 (38.67% from 255) = 55.68%
R=1.70%
G=42.61%
B=55.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal375980.970.2300.62194.5394.0619.8
Hex34B62611703Ec35e14
Octal31131421412707630313624
Binary1110010111100010110000110111011111011000011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034B62; }

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

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

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

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

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

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

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

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