Html Css Color HEX #035049 Sherpa Blue

📋 copy color: '#035049'

red 3 ◦ green 80 ◦ blue 73

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

Shades of Sherpa Blue #035049

Tints of Sherpa Blue #035049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 46.79%

R = 1.92%
G = 51.28%
B = 46.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#035049 (or 0x035049) is known color: Sherpa Blue. HEX triplet: 03, 50 and 49. RGB value is (3,80,73). Sum of RGB (Red+Green+Blue) = 3+80+73=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #035049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035049 is #FCAFB6. Grayscale: #383838. Windows color (decimal): -16560055 or 4804611. OLE color: 4804611.

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

Color convert

RGB 3 80 73 -
CMYK 0.96 0 0.09 0.69
HSL 174.55º 0.93% 0.16% -
HSV(B) 174.55º 0.96% 0.31% -
XYZ 4.11 6.24 7.29 -
YUV 56.18 137.49 90.07 -
System Red Green Blue C M Y K H S L
Decimal 3 80 73 0.96 0 0.09 0.69 174.55 0.93 0.16
Hex 3 50 49 60 0 9 45 AF 5D 10
Octal 3 120 111 140 0 11 105 257 135 20
Binary 11 1010000 1001001 1100000 0 1001 1000101 10101111 1011101 10000

Color Harmonies of #035049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035049

Black with #035049

Text Example


Text Example

White with #035049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035049; }

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

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

background-color css

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

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

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

border-color css

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

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

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