Html Css Color HEX #035059 Sherpa Blue

📋 copy color: '#035059'

red 3 ◦ green 80 ◦ blue 89

#035059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #035059

Tints of Sherpa Blue #035059

RGB

 RED value IS 3 (1.56% from 255) = 1.74%

 GREEN value IS 80 (31.64% from 255) = 46.51%

 BLUE value IS 89 (35.16% from 255) = 51.74%

R = 1.74%
G = 46.51%
B = 51.74%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#035059 (or 0x035059) is known color: Sherpa Blue. HEX triplet: 03, 50 and 59. RGB value is (3,80,89). Sum of RGB (Red+Green+Blue) = 3+80+89=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #035059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035059 is #FCAFA6. Grayscale: #393939. Windows color (decimal): -16560039 or 5853187. OLE color: 5853187.

HSL color Cylindrical-coordinate representation of color #035059: hue angle of 186.28º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035059 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 80 89 -
CMYK 0.97 0.10 0 0.65
HSL 186.28º 0.93% 0.18% -
HSV(B) 186.28º 0.97% 0.35% -
XYZ 4.71 6.48 10.45 -
YUV 58 145.49 88.77 -
System Red Green Blue C M Y K H S L
Decimal 3 80 89 0.97 0.10 0 0.65 186.28 0.93 0.18
Hex 3 50 59 61 A 0 41 BA 5D 12
Octal 3 120 131 141 12 0 101 272 135 22
Binary 11 1010000 1011001 1100001 1010 0 1000001 10111010 1011101 10010

Color Harmonies of #035059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035059

Black with #035059

Text Example


Text Example

White with #035059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035059; }

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

 H1.HeaderClassName
 {
   color: #035059;
 }
 .AnyTagClassName
 {
   color: #035059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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