#03425C

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

Shades of Sherpa Blue #03425C

Tints of Sherpa Blue #03425C

Color information

#03425C (or 0x03425C) is unknown color: approx Sherpa Blue. HEX triplet: 03, 42 and 5C. RGB value is (3,66,92). Sum of RGB (Red+Green+Blue) = 3+66+92=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #03425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03425C is #FCBDA3. Grayscale: #313131. Windows color (decimal): -16563620 or 6046211. OLE color: 6046211.

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

Color convert

RGB36692-
CMYK0.970.2800.64
HSL197.53º93.68%18.63%-
HSV(B)197.53º96.74%36.08%-
XYZ3.924.6910.82-
YUV50.13151.6394.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 92 (36.33% from 255) = 57.14%
R=1.86%
G=40.99%
B=57.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal366920.970.2800.64197.5393.6818.63
Hex3425C611C040c65e13
Octal310213414134010030613623
Binary11100001010111001100001111000100000011000110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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