Html Css Color HEX #03494E Sherpa Blue

📋 copy color: '#03494E'

red 3 ◦ green 73 ◦ blue 78

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

Shades of Sherpa Blue #03494E

Tints of Sherpa Blue #03494E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 50.65%

R = 1.95%
G = 47.4%
B = 50.65%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03494E (or 0x03494E) is known color: Sherpa Blue. HEX triplet: 03, 49 and 4E. RGB value is (3,73,78). Sum of RGB (Red+Green+Blue) = 3+73+78=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #03494E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03494E is #FCB6B1. Grayscale: #343434. Windows color (decimal): -16561842 or 5130499. OLE color: 5130499.

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

Color convert

RGB 3 73 78 -
CMYK 0.96 0.06 0 0.69
HSL 184º 0.93% 0.16% -
HSV(B) 184º 0.96% 0.31% -
XYZ 3.8 5.33 8.04 -
YUV 52.64 142.31 92.59 -
System Red Green Blue C M Y K H S L
Decimal 3 73 78 0.96 0.06 0 0.69 184 0.93 0.16
Hex 3 49 4E 60 6 0 45 B8 5D 10
Octal 3 111 116 140 6 0 105 270 135 20
Binary 11 1001001 1001110 1100000 110 0 1000101 10111000 1011101 10000

Color Harmonies of #03494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03494E

Black with #03494E

Text Example


Text Example

White with #03494E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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