#03525A

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

Shades of Sherpa Blue #03525A

Tints of Sherpa Blue #03525A

Color information

#03525A (or 0x03525A) is unknown color: approx Sherpa Blue. HEX triplet: 03, 52 and 5A. RGB value is (3,82,90). Sum of RGB (Red+Green+Blue) = 3+82+90=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #03525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03525A is #FCADA5. Grayscale: #3B3B3B. Windows color (decimal): -16559526 or 5919235. OLE color: 5919235.

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

Color convert

RGB38290-
CMYK0.970.0900.65
HSL185.52º93.55%18.24%-
HSV(B)185.52º96.67%35.29%-
XYZ4.96.7910.73-
YUV59.29145.3387.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.71%
GREEN value IS 82 (32.42% from 255) = 46.86%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=1.71%
G=46.86%
B=51.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal382900.970.0900.65185.5293.5518.24
Hex3525A619041ba5e12
Octal312213214111010127213622
Binary1110100101011010110000110010100000110111010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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