#035355

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

Shades of Sherpa Blue #035355

Tints of Sherpa Blue #035355

Color information

#035355 (or 0x035355) is unknown color: approx Sherpa Blue. HEX triplet: 03, 53 and 55. RGB value is (3,83,85). Sum of RGB (Red+Green+Blue) = 3+83+85=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #035355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035355 is #FCACAA. Grayscale: #3B3B3B. Windows color (decimal): -16559275 or 5591811. OLE color: 5591811.

HSL color Cylindrical-coordinate representation of color #035355: hue angle of 181.46º 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 #035355 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB38385-
CMYK0.960.0200.67
HSL181.46º93.18%17.25%-
HSV(B)181.46º96.47%33.33%-
XYZ4.776.869.67-
YUV59.31142.587.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=1.75%
G=48.54%
B=49.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal383850.960.0200.67181.4693.1817.25
Hex35355602043b55d11
Octal31231251402010326513521
Binary11101001110101011100000100100001110110101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035355; }

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

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

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

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

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

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

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

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