#03494B

Color #03494B Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #03494B

Tints of Sherpa Blue #03494B

Color information

#03494B (or 0x03494B) is unknown color: approx Sherpa Blue. HEX triplet: 03, 49 and 4B. RGB value is (3,73,75). Sum of RGB (Red+Green+Blue) = 3+73+75=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #03494B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03494B is #FCB6B4. Grayscale: #343434. Windows color (decimal): -16561845 or 4933891. OLE color: 4933891.

HSL color Cylindrical-coordinate representation of color #03494B: hue angle of 181.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03494B is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB37375-
CMYK0.960.0300.71
HSL181.67º92.31%15.29%-
HSV(B)181.67º96%29.41%-
XYZ3.695.297.48-
YUV52.3140.8192.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 73 (28.91% from 255) = 48.34%
BLUE value IS 75 (29.69% from 255) = 49.67%
R=1.99%
G=48.34%
B=49.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373750.960.0300.71181.6792.3115.29
Hex3494B603047b65cf
Octal31111131403010726613417
Binary1110010011001011110000011010001111011011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03494B;
 }
 .AnyTagClassName
 {
   color: #03494B;
 }
</style>
background-color css

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

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

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

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

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

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