#03354A

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

Shades of Sherpa Blue #03354A

Tints of Sherpa Blue #03354A

Color information

#03354A (or 0x03354A) is unknown color: approx Sherpa Blue. HEX triplet: 03, 35 and 4A. RGB value is (3,53,74). Sum of RGB (Red+Green+Blue) = 3+53+74=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #03354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03354A is #FCCAB5. Grayscale: #282828. Windows color (decimal): -16566966 or 4863235. OLE color: 4863235.

HSL color Cylindrical-coordinate representation of color #03354A: hue angle of 197.75º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03354A is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB35374-
CMYK0.960.2800.71
HSL197.75º92.21%15.1%-
HSV(B)197.75º95.95%29.02%-
XYZ2.553.066.93-
YUV40.44146.94101.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 74 (29.30% from 255) = 56.92%
R=2.31%
G=40.77%
B=56.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal353740.960.2800.71197.7592.2115.1
Hex3354A601C047c65cf
Octal36511214034010730613417
Binary111101011001010110000011100010001111100011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,53,74); }

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

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

 a { background-color: rgb(3,53,74); }

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

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

 span { border-color: rgb(3,53,74); }

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