#034458

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

Shades of Sherpa Blue #034458

Tints of Sherpa Blue #034458

Color information

#034458 (or 0x034458) is unknown color: approx Sherpa Blue. HEX triplet: 03, 44 and 58. RGB value is (3,68,88). Sum of RGB (Red+Green+Blue) = 3+68+88=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #034458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034458 is #FCBBA7. Grayscale: #323232. Windows color (decimal): -16563112 or 5784579. OLE color: 5784579.

HSL color Cylindrical-coordinate representation of color #034458: hue angle of 194.12º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034458 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB36888-
CMYK0.970.2300.65
HSL194.12º93.41%17.84%-
HSV(B)194.12º96.59%34.51%-
XYZ3.874.869.97-
YUV50.84148.9793.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.89%
GREEN value IS 68 (26.95% from 255) = 42.77%
BLUE value IS 88 (34.77% from 255) = 55.35%
R=1.89%
G=42.77%
B=55.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal368880.970.2300.65194.1293.4117.84
Hex344586117041c25d12
Octal310413014127010130213522
Binary11100010010110001100001101110100000111000010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034458; }

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

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

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

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

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

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

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

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