Html Css Color HEX #035250 Sherpa Blue

📋 copy color: '#035250'

red 3 ◦ green 82 ◦ blue 80

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

Shades of Sherpa Blue #035250

Tints of Sherpa Blue #035250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 48.48%

R = 1.82%
G = 49.7%
B = 48.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#035250 (or 0x035250) is known color: Sherpa Blue. HEX triplet: 03, 52 and 50. RGB value is (3,82,80). Sum of RGB (Red+Green+Blue) = 3+82+80=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #035250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035250 is #FCADAF. Grayscale: #3A3A3A. Windows color (decimal): -16559536 or 5263875. OLE color: 5263875.

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

Color convert

RGB 3 82 80 -
CMYK 0.96 0 0.02 0.68
HSL 178.48º 0.93% 0.17% -
HSV(B) 178.48º 0.96% 0.32% -
XYZ 4.5 6.63 8.63 -
YUV 58.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 3 82 80 0.96 0 0.02 0.68 178.48 0.93 0.17
Hex 3 52 50 60 0 2 44 B2 5D 11
Octal 3 122 120 140 0 2 104 262 135 21
Binary 11 1010010 1010000 1100000 0 10 1000100 10110010 1011101 10001

Color Harmonies of #035250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035250

Black with #035250

Text Example


Text Example

White with #035250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035250; }

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

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

background-color css

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

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

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

border-color css

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

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

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