#03404F

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

Shades of Sherpa Blue #03404F

Tints of Sherpa Blue #03404F

Color information

#03404F (or 0x03404F) is unknown color: approx Sherpa Blue. HEX triplet: 03, 40 and 4F. RGB value is (3,64,79). Sum of RGB (Red+Green+Blue) = 3+64+79=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #03404F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03404F is #FCBFB0. Grayscale: #2F2F2F. Windows color (decimal): -16564145 or 5193731. OLE color: 5193731.

HSL color Cylindrical-coordinate representation of color #03404F: hue angle of 191.84º 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 #03404F is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB36479-
CMYK0.960.1900.69
HSL191.84º92.68%16.08%-
HSV(B)191.84º96.2%30.98%-
XYZ3.284.258.04-
YUV47.47145.7996.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.05%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 79 (31.25% from 255) = 54.11%
R=2.05%
G=43.84%
B=54.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal364790.960.1900.69191.8492.6816.08
Hex3404F6013045c05d10
Octal310011714023010530013520
Binary11100000010011111100000100110100010111000000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03404F; }

 p { color: rgb(3,64,79); }

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

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

 a { background-color: rgb(3,64,79); }

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

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

 span { border-color: rgb(3,64,79); }

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