#03445A

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

Shades of Sherpa Blue #03445A

Tints of Sherpa Blue #03445A

Color information

#03445A (or 0x03445A) is unknown color: approx Sherpa Blue. HEX triplet: 03, 44 and 5A. RGB value is (3,68,90). Sum of RGB (Red+Green+Blue) = 3+68+90=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #03445A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03445A is #FCBBA5. Grayscale: #323232. Windows color (decimal): -16563110 or 5915651. OLE color: 5915651.

HSL color Cylindrical-coordinate representation of color #03445A: hue angle of 195.17º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03445A is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB36890-
CMYK0.970.2400.65
HSL195.17º93.55%18.24%-
HSV(B)195.17º96.67%35.29%-
XYZ3.954.8910.41-
YUV51.07149.9793.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 68 (26.95% from 255) = 42.24%
BLUE value IS 90 (35.55% from 255) = 55.90%
R=1.86%
G=42.24%
B=55.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal368900.970.2400.65195.1793.5518.24
Hex3445A6118041c35e12
Octal310413214130010130313622
Binary11100010010110101100001110000100000111000011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03445A; }

 p { color: rgb(3,68,90); }

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

<style>
 a { background-color: #03445A; }

 a { background-color: rgb(3,68,90); }

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

<style>
 span { border-color: #03445A; }

 span { border-color: rgb(3,68,90); }

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