#034551

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

Shades of Sherpa Blue #034551

Tints of Sherpa Blue #034551

Color information

#034551 (or 0x034551) is unknown color: approx Sherpa Blue. HEX triplet: 03, 45 and 51. RGB value is (3,69,81). Sum of RGB (Red+Green+Blue) = 3+69+81=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #034551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034551 is #FCBAAE. Grayscale: #323232. Windows color (decimal): -16562863 or 5326083. OLE color: 5326083.

HSL color Cylindrical-coordinate representation of color #034551: hue angle of 189.23º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034551 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB36981-
CMYK0.960.1500.68
HSL189.23º92.86%16.47%-
HSV(B)189.23º96.3%31.76%-
XYZ3.654.878.53-
YUV50.63145.1394.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 69 (27.34% from 255) = 45.10%
BLUE value IS 81 (32.03% from 255) = 52.94%
R=1.96%
G=45.10%
B=52.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal369810.960.1500.68189.2392.8616.47
Hex3455160F044bd5d10
Octal310512114017010427513520
Binary1110001011010001110000011110100010010111101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034551; }

 p { color: rgb(3,69,81); }

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

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

 a { background-color: rgb(3,69,81); }

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

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

 span { border-color: rgb(3,69,81); }

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