Html Css Color HEX #03484C Sherpa Blue

📋 copy color: '#03484C'

red 3 ◦ green 72 ◦ blue 76

#03484C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #03484C

Tints of Sherpa Blue #03484C

RGB

 RED value IS 3 (1.56% from 255) = 1.99%

 GREEN value IS 72 (28.52% from 255) = 47.68%

 BLUE value IS 76 (30.08% from 255) = 50.33%

R = 1.99%
G = 47.68%
B = 50.33%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03484C (or 0x03484C) is known color: Sherpa Blue. HEX triplet: 03, 48 and 4C. RGB value is (3,72,76). Sum of RGB (Red+Green+Blue) = 3+72+76=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #03484C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03484C is #FCB7B3. Grayscale: #333333. Windows color (decimal): -16562100 or 4999171. OLE color: 4999171.

HSL color Cylindrical-coordinate representation of color #03484C: hue angle of 183.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03484C is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 72 76 -
CMYK 0.96 0.05 0 0.70
HSL 183.29º 0.92% 0.15% -
HSV(B) 183.29º 0.96% 0.3% -
XYZ 3.66 5.18 7.64 -
YUV 51.83 141.64 93.17 -
System Red Green Blue C M Y K H S L
Decimal 3 72 76 0.96 0.05 0 0.70 183.29 0.92 0.15
Hex 3 48 4C 60 5 0 46 B7 5C F
Octal 3 110 114 140 5 0 106 267 134 17
Binary 11 1001000 1001100 1100000 101 0 1000110 10110111 1011100 1111

Color Harmonies of #03484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03484C

Black with #03484C

Text Example


Text Example

White with #03484C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03484C;
 }
 .AnyTagClassName
 {
   color: #03484C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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