Html Css Color HEX #035259 Sherpa Blue

📋 copy color: '#035259'

red 3 ◦ green 82 ◦ blue 89

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

Shades of Sherpa Blue #035259

Tints of Sherpa Blue #035259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.13%

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

R = 1.72%
G = 47.13%
B = 51.15%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#035259 (or 0x035259) is known color: Sherpa Blue. HEX triplet: 03, 52 and 59. RGB value is (3,82,89). Sum of RGB (Red+Green+Blue) = 3+82+89=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #035259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035259 is #FCADA6. Grayscale: #3B3B3B. Windows color (decimal): -16559527 or 5853699. OLE color: 5853699.

HSL color Cylindrical-coordinate representation of color #035259: hue angle of 184.88º 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 #035259 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 82 89 -
CMYK 0.97 0.08 0 0.65
HSL 184.88º 0.93% 0.18% -
HSV(B) 184.88º 0.97% 0.35% -
XYZ 4.86 6.78 10.5 -
YUV 59.18 144.83 87.93 -
System Red Green Blue C M Y K H S L
Decimal 3 82 89 0.97 0.08 0 0.65 184.88 0.93 0.18
Hex 3 52 59 61 8 0 41 B9 5D 12
Octal 3 122 131 141 10 0 101 271 135 22
Binary 11 1010010 1011001 1100001 1000 0 1000001 10111001 1011101 10010

Color Harmonies of #035259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035259

Black with #035259

Text Example


Text Example

White with #035259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035259; }

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

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

background-color css

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

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

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

border-color css

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

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

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