Html Css Color HEX #035349 Sherpa Blue

📋 copy color: '#035349'

red 3 ◦ green 83 ◦ blue 73

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

Shades of Sherpa Blue #035349

Tints of Sherpa Blue #035349

RGB

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

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

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

R = 1.89%
G = 52.2%
B = 45.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#035349 (or 0x035349) is known color: Sherpa Blue. HEX triplet: 03, 53 and 49. RGB value is (3,83,73). Sum of RGB (Red+Green+Blue) = 3+83+73=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #035349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035349 is #FCACB6. Grayscale: #393939. Windows color (decimal): -16559287 or 4805379. OLE color: 4805379.

HSL color Cylindrical-coordinate representation of color #035349: hue angle of 172.5º 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 #035349 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 83 73 -
CMYK 0.96 0 0.12 0.67
HSL 172.5º 0.93% 0.17% -
HSV(B) 172.5º 0.96% 0.33% -
XYZ 4.33 6.69 7.37 -
YUV 57.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 3 83 73 0.96 0 0.12 0.67 172.5 0.93 0.17
Hex 3 53 49 60 0 C 43 AC 5D 11
Octal 3 123 111 140 0 14 103 254 135 21
Binary 11 1010011 1001001 1100000 0 1100 1000011 10101100 1011101 10001

Color Harmonies of #035349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035349

Black with #035349

Text Example


Text Example

White with #035349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035349; }

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

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

background-color css

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

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

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

border-color css

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

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

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