#035055

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

Shades of Sherpa Blue #035055

Tints of Sherpa Blue #035055

Color information

#035055 (or 0x035055) is unknown color: approx Sherpa Blue. HEX triplet: 03, 50 and 55. RGB value is (3,80,85). Sum of RGB (Red+Green+Blue) = 3+80+85=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #035055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035055 is #FCAFAA. Grayscale: #393939. Windows color (decimal): -16560043 or 5591043. OLE color: 5591043.

HSL color Cylindrical-coordinate representation of color #035055: hue angle of 183.66º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035055 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB38085-
CMYK0.960.0600.67
HSL183.66º93.18%17.25%-
HSV(B)183.66º96.47%33.33%-
XYZ4.556.419.59-
YUV57.55143.4989.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.79%
GREEN value IS 80 (31.64% from 255) = 47.62%
BLUE value IS 85 (33.59% from 255) = 50.60%
R=1.79%
G=47.62%
B=50.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal380850.960.0600.67183.6693.1817.25
Hex35055606043b85d11
Octal31201251406010327013521
Binary111010000101010111000001100100001110111000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035055; }

 p { color: rgb(3,80,85); }

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

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

 a { background-color: rgb(3,80,85); }

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

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

 span { border-color: rgb(3,80,85); }

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