#03484B

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

Shades of Sherpa Blue #03484B

Tints of Sherpa Blue #03484B

Color information

#03484B (or 0x03484B) is unknown color: approx Sherpa Blue. HEX triplet: 03, 48 and 4B. RGB value is (3,72,75). Sum of RGB (Red+Green+Blue) = 3+72+75=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #03484B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03484B is #FCB7B4. Grayscale: #333333. Windows color (decimal): -16562101 or 4933635. OLE color: 4933635.

HSL color Cylindrical-coordinate representation of color #03484B: hue angle of 182.5º 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 #03484B is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB37275-
CMYK0.960.0400.71
HSL182.5º92.31%15.29%-
HSV(B)182.5º96%29.41%-
XYZ3.625.167.46-
YUV51.71141.1493.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2%
GREEN value IS 72 (28.52% from 255) = 48%
BLUE value IS 75 (29.69% from 255) = 50%
R=2%
G=48%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal372750.960.0400.71182.592.3115.29
Hex3484B604047b65cf
Octal31101131404010726613417
Binary11100100010010111100000100010001111011011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03484B; }

 p { color: rgb(3,72,75); }

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

<style>
 a { background-color: #03484B; }

 a { background-color: rgb(3,72,75); }

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

<style>
 span { border-color: #03484B; }

 span { border-color: rgb(3,72,75); }

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