#03445C

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

Shades of Sherpa Blue #03445C

Tints of Sherpa Blue #03445C

Color information

#03445C (or 0x03445C) is unknown color: approx Sherpa Blue. HEX triplet: 03, 44 and 5C. RGB value is (3,68,92). Sum of RGB (Red+Green+Blue) = 3+68+92=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #03445C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03445C is #FCBBA3. Grayscale: #333333. Windows color (decimal): -16563108 or 6046723. OLE color: 6046723.

HSL color Cylindrical-coordinate representation of color #03445C: hue angle of 196.18º 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 #03445C is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB36892-
CMYK0.970.2600.64
HSL196.18º93.68%18.63%-
HSV(B)196.18º96.74%36.08%-
XYZ4.044.9310.86-
YUV51.3150.9793.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 68 (26.95% from 255) = 41.72%
BLUE value IS 92 (36.33% from 255) = 56.44%
R=1.84%
G=41.72%
B=56.44%

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
Decimal368920.970.2600.64196.1893.6818.63
Hex3445C611A040c45e13
Octal310413414132010030413623
Binary11100010010111001100001110100100000011000100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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