#034648

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

Shades of Sherpa Blue #034648

Tints of Sherpa Blue #034648

Color information

#034648 (or 0x034648) is unknown color: approx Sherpa Blue. HEX triplet: 03, 46 and 48. RGB value is (3,70,72). Sum of RGB (Red+Green+Blue) = 3+70+72=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #034648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034648 is #FCB9B7. Grayscale: #323232. Windows color (decimal): -16562616 or 4736515. OLE color: 4736515.

HSL color Cylindrical-coordinate representation of color #034648: hue angle of 181.74º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034648 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB37072-
CMYK0.960.0300.72
HSL181.74º92%14.71%-
HSV(B)181.74º95.83%28.24%-
XYZ3.44.876.89-
YUV50.19140.394.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 72 (28.52% from 255) = 49.66%
R=2.07%
G=48.28%
B=49.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal370720.960.0300.72181.749214.71
Hex34648603048b65cf
Octal31061101403011026613417
Binary1110001101001000110000011010010001011011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034648; }

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

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

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

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

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

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

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

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