#03455A

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

Shades of Sherpa Blue #03455A

Tints of Sherpa Blue #03455A

Color information

#03455A (or 0x03455A) is unknown color: approx Sherpa Blue. HEX triplet: 03, 45 and 5A. RGB value is (3,69,90). Sum of RGB (Red+Green+Blue) = 3+69+90=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #03455A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03455A is #FCBAA5. Grayscale: #333333. Windows color (decimal): -16562854 or 5915907. OLE color: 5915907.

HSL color Cylindrical-coordinate representation of color #03455A: hue angle of 194.48º 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 #03455A is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB36990-
CMYK0.970.2300.65
HSL194.48º93.55%18.24%-
HSV(B)194.48º96.67%35.29%-
XYZ4.015.0110.43-
YUV51.66149.6393.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 90 (35.55% from 255) = 55.56%
R=1.85%
G=42.59%
B=55.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal369900.970.2300.65194.4893.5518.24
Hex3455A6117041c25e12
Octal310513214127010130213622
Binary11100010110110101100001101110100000111000010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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