Html Css Color HEX #035350 Sherpa Blue

📋 copy color: '#035350'

red 3 ◦ green 83 ◦ blue 80

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

Shades of Sherpa Blue #035350

Tints of Sherpa Blue #035350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50%

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

R = 1.81%
G = 50%
B = 48.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#035350 (or 0x035350) is known color: Sherpa Blue. HEX triplet: 03, 53 and 50. RGB value is (3,83,80). Sum of RGB (Red+Green+Blue) = 3+83+80=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #035350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035350 is #FCACAF. Grayscale: #3A3A3A. Windows color (decimal): -16559280 or 5264131. OLE color: 5264131.

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

Color convert

RGB 3 83 80 -
CMYK 0.96 0 0.04 0.67
HSL 177.75º 0.93% 0.17% -
HSV(B) 177.75º 0.96% 0.33% -
XYZ 4.58 6.79 8.66 -
YUV 58.74 140 88.24 -
System Red Green Blue C M Y K H S L
Decimal 3 83 80 0.96 0 0.04 0.67 177.75 0.93 0.17
Hex 3 53 50 60 0 4 43 B2 5D 11
Octal 3 123 120 140 0 4 103 262 135 21
Binary 11 1010011 1010000 1100000 0 100 1000011 10110010 1011101 10001

Color Harmonies of #035350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035350

Black with #035350

Text Example


Text Example

White with #035350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035350; }

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

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

background-color css

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

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

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

border-color css

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

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

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