Html Css Color HEX #03494D Sherpa Blue

📋 copy color: '#03494D'

red 3 ◦ green 73 ◦ blue 77

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

Shades of Sherpa Blue #03494D

Tints of Sherpa Blue #03494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.71%

 BLUE value IS 77 (30.47% from 255) = 50.33%

R = 1.96%
G = 47.71%
B = 50.33%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03494D (or 0x03494D) is known color: Sherpa Blue. HEX triplet: 03, 49 and 4D. RGB value is (3,73,77). Sum of RGB (Red+Green+Blue) = 3+73+77=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #03494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03494D is #FCB6B2. Grayscale: #343434. Windows color (decimal): -16561843 or 5064963. OLE color: 5064963.

HSL color Cylindrical-coordinate representation of color #03494D: hue angle of 183.24º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03494D is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 73 77 -
CMYK 0.96 0.05 0 0.70
HSL 183.24º 0.93% 0.16% -
HSV(B) 183.24º 0.96% 0.3% -
XYZ 3.76 5.32 7.85 -
YUV 52.53 141.81 92.67 -
System Red Green Blue C M Y K H S L
Decimal 3 73 77 0.96 0.05 0 0.70 183.24 0.93 0.16
Hex 3 49 4D 60 5 0 46 B7 5C 10
Octal 3 111 115 140 5 0 106 267 134 20
Binary 11 1001001 1001101 1100000 101 0 1000110 10110111 1011100 10000

Color Harmonies of #03494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03494D

Black with #03494D

Text Example


Text Example

White with #03494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03494D; }

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

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

background-color css

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

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

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

border-color css

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

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

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