#034C63

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

Shades of Sherpa Blue #034C63

Tints of Sherpa Blue #034C63

Color information

#034C63 (or 0x034C63) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4C and 63. RGB value is (3,76,99). Sum of RGB (Red+Green+Blue) = 3+76+99=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #034C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034C63 is #FCB39C. Grayscale: #383838. Windows color (decimal): -16561053 or 6507523. OLE color: 6507523.

HSL color Cylindrical-coordinate representation of color #034C63: hue angle of 194.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034C63 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB37699-
CMYK0.970.2300.61
HSL194.38º94.12%20%-
HSV(B)194.38º96.97%38.82%-
XYZ4.876.0912.72-
YUV56.79151.8289.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 76 (30.08% from 255) = 42.70%
BLUE value IS 99 (39.06% from 255) = 55.62%
R=1.69%
G=42.70%
B=55.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal376990.970.2300.61194.3894.1220
Hex34C63611703Dc25e14
Octal31141431412707530213624
Binary1110011001100011110000110111011110111000010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,76,99); }

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

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

 a { background-color: rgb(3,76,99); }

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

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

 span { border-color: rgb(3,76,99); }

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