Html Css Color HEX #03484D Sherpa Blue

📋 copy color: '#03484D'

red 3 ◦ green 72 ◦ blue 77

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

Shades of Sherpa Blue #03484D

Tints of Sherpa Blue #03484D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 50.66%

R = 1.97%
G = 47.37%
B = 50.66%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03484D (or 0x03484D) is known color: Sherpa Blue. HEX triplet: 03, 48 and 4D. RGB value is (3,72,77). Sum of RGB (Red+Green+Blue) = 3+72+77=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #03484D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03484D is #FCB7B2. Grayscale: #333333. Windows color (decimal): -16562099 or 5064707. OLE color: 5064707.

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

Color convert

RGB 3 72 77 -
CMYK 0.96 0.06 0 0.70
HSL 184.05º 0.93% 0.16% -
HSV(B) 184.05º 0.96% 0.3% -
XYZ 3.69 5.19 7.83 -
YUV 51.94 142.14 93.09 -
System Red Green Blue C M Y K H S L
Decimal 3 72 77 0.96 0.06 0 0.70 184.05 0.93 0.16
Hex 3 48 4D 60 6 0 46 B8 5C 10
Octal 3 110 115 140 6 0 106 270 134 20
Binary 11 1001000 1001101 1100000 110 0 1000110 10111000 1011100 10000

Color Harmonies of #03484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03484D

Black with #03484D

Text Example


Text Example

White with #03484D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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