Html Css Color HEX #035051 Sherpa Blue

📋 copy color: '#035051'

red 3 ◦ green 80 ◦ blue 81

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

Shades of Sherpa Blue #035051

Tints of Sherpa Blue #035051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 49.39%

R = 1.83%
G = 48.78%
B = 49.39%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#035051 (or 0x035051) is known color: Sherpa Blue. HEX triplet: 03, 50 and 51. RGB value is (3,80,81). Sum of RGB (Red+Green+Blue) = 3+80+81=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #035051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035051 is #FCAFAE. Grayscale: #393939. Windows color (decimal): -16560047 or 5328899. OLE color: 5328899.

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

Color convert

RGB 3 80 81 -
CMYK 0.96 0.01 0 0.68
HSL 180.77º 0.93% 0.16% -
HSV(B) 180.77º 0.96% 0.32% -
XYZ 4.39 6.35 8.78 -
YUV 57.09 141.49 89.42 -
System Red Green Blue C M Y K H S L
Decimal 3 80 81 0.96 0.01 0 0.68 180.77 0.93 0.16
Hex 3 50 51 60 1 0 44 B5 5D 10
Octal 3 120 121 140 1 0 104 265 135 20
Binary 11 1010000 1010001 1100000 1 0 1000100 10110101 1011101 10000

Color Harmonies of #035051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035051

Black with #035051

Text Example


Text Example

White with #035051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035051; }

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

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

background-color css

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

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

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

border-color css

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

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

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