#03455D

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

Shades of Sherpa Blue #03455D

Tints of Sherpa Blue #03455D

Color information

#03455D (or 0x03455D) is unknown color: approx Sherpa Blue. HEX triplet: 03, 45 and 5D. RGB value is (3,69,93). Sum of RGB (Red+Green+Blue) = 3+69+93=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #03455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03455D is #FCBAA2. Grayscale: #333333. Windows color (decimal): -16562851 or 6112515. OLE color: 6112515.

HSL color Cylindrical-coordinate representation of color #03455D: hue angle of 196º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03455D is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB36993-
CMYK0.970.2600.64
HSL196º93.75%18.82%-
HSV(B)196º96.77%36.47%-
XYZ4.145.0711.12-
YUV52151.1393.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 69 (27.34% from 255) = 41.82%
BLUE value IS 93 (36.72% from 255) = 56.36%
R=1.82%
G=41.82%
B=56.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal369930.970.2600.6419693.7518.82
Hex3455D611A040c45e13
Octal310513514132010030413623
Binary11100010110111011100001110100100000011000100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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