#03525E

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

Shades of Sherpa Blue #03525E

Tints of Sherpa Blue #03525E

Color information

#03525E (or 0x03525E) is unknown color: approx Sherpa Blue. HEX triplet: 03, 52 and 5E. RGB value is (3,82,94). Sum of RGB (Red+Green+Blue) = 3+82+94=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #03525E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03525E is #FCADA1. Grayscale: #3B3B3B. Windows color (decimal): -16559522 or 6181379. OLE color: 6181379.

HSL color Cylindrical-coordinate representation of color #03525E: hue angle of 187.91º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03525E is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB38294-
CMYK0.970.1300.63
HSL187.91º93.81%19.02%-
HSV(B)187.91º96.81%36.86%-
XYZ5.086.8611.65-
YUV59.75147.3387.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.68%
GREEN value IS 82 (32.42% from 255) = 45.81%
BLUE value IS 94 (37.11% from 255) = 52.51%
R=1.68%
G=45.81%
B=52.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal382940.970.1300.63187.9193.8119.02
Hex3525E61D03Fbc5e13
Octal31221361411507727413623
Binary111010010101111011000011101011111110111100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03525E; }

 p { color: rgb(3,82,94); }

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

<style>
 a { background-color: #03525E; }

 a { background-color: rgb(3,82,94); }

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

<style>
 span { border-color: #03525E; }

 span { border-color: rgb(3,82,94); }

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