#03404E

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

Shades of Sherpa Blue #03404E

Tints of Sherpa Blue #03404E

Color information

#03404E (or 0x03404E) is unknown color: approx Sherpa Blue. HEX triplet: 03, 40 and 4E. RGB value is (3,64,78). Sum of RGB (Red+Green+Blue) = 3+64+78=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #03404E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03404E is #FCBFB1. Grayscale: #2F2F2F. Windows color (decimal): -16564146 or 5128195. OLE color: 5128195.

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

Color convert

RGB36478-
CMYK0.960.1800.69
HSL191.2º92.59%15.88%-
HSV(B)191.2º96.15%30.59%-
XYZ3.254.247.85-
YUV47.36145.2996.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 78 (30.86% from 255) = 53.79%
R=2.07%
G=44.14%
B=53.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal364780.960.1800.69191.292.5915.88
Hex3404E6012045bf5d10
Octal310011614022010527713520
Binary11100000010011101100000100100100010110111111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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