Html Css Color HEX #035449 Sherpa Blue

📋 copy color: '#035449'

red 3 ◦ green 84 ◦ blue 73

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

Shades of Sherpa Blue #035449

Tints of Sherpa Blue #035449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.5%

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

R = 1.88%
G = 52.5%
B = 45.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#035449 (or 0x035449) is known color: Sherpa Blue. HEX triplet: 03, 54 and 49. RGB value is (3,84,73). Sum of RGB (Red+Green+Blue) = 3+84+73=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #035449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035449 is #FCABB6. Grayscale: #3A3A3A. Windows color (decimal): -16559031 or 4805635. OLE color: 4805635.

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

Color convert

RGB 3 84 73 -
CMYK 0.96 0 0.13 0.67
HSL 171.85º 0.93% 0.17% -
HSV(B) 171.85º 0.96% 0.33% -
XYZ 4.41 6.84 7.39 -
YUV 58.53 136.16 88.39 -
System Red Green Blue C M Y K H S L
Decimal 3 84 73 0.96 0 0.13 0.67 171.85 0.93 0.17
Hex 3 54 49 60 0 D 43 AC 5D 11
Octal 3 124 111 140 0 15 103 254 135 21
Binary 11 1010100 1001001 1100000 0 1101 1000011 10101100 1011101 10001

Color Harmonies of #035449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035449

Black with #035449

Text Example


Text Example

White with #035449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035449; }

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

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

background-color css

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

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

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

border-color css

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

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

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