#03454D

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

Shades of Sherpa Blue #03454D

Tints of Sherpa Blue #03454D

Color information

#03454D (or 0x03454D) is unknown color: approx Sherpa Blue. HEX triplet: 03, 45 and 4D. RGB value is (3,69,77). Sum of RGB (Red+Green+Blue) = 3+69+77=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #03454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03454D is #FCBAB2. Grayscale: #323232. Windows color (decimal): -16562867 or 5063939. OLE color: 5063939.

HSL color Cylindrical-coordinate representation of color #03454D: hue angle of 186.49º 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 #03454D is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB36977-
CMYK0.960.1000.70
HSL186.49º92.5%15.69%-
HSV(B)186.49º96.1%30.2%-
XYZ3.514.817.77-
YUV50.18143.1394.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.01%
GREEN value IS 69 (27.34% from 255) = 46.31%
BLUE value IS 77 (30.47% from 255) = 51.68%
R=2.01%
G=46.31%
B=51.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal369770.960.1000.70186.4992.515.69
Hex3454D60A046ba5c10
Octal310511514012010627213420
Binary1110001011001101110000010100100011010111010101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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