Html Css Color HEX #03474F Sherpa Blue

📋 copy color: '#03474F'

red 3 ◦ green 71 ◦ blue 79

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

Shades of Sherpa Blue #03474F

Tints of Sherpa Blue #03474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.41%

 BLUE value IS 79 (31.25% from 255) = 51.63%

R = 1.96%
G = 46.41%
B = 51.63%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03474F (or 0x03474F) is known color: Sherpa Blue. HEX triplet: 03, 47 and 4F. RGB value is (3,71,79). Sum of RGB (Red+Green+Blue) = 3+71+79=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #03474F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03474F is #FCB8B0. Grayscale: #333333. Windows color (decimal): -16562353 or 5195523. OLE color: 5195523.

HSL color Cylindrical-coordinate representation of color #03474F: hue angle of 186.32º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03474F is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 71 79 -
CMYK 0.96 0.10 0 0.69
HSL 186.32º 0.93% 0.16% -
HSV(B) 186.32º 0.96% 0.31% -
XYZ 3.7 5.09 8.18 -
YUV 51.58 143.47 93.35 -
System Red Green Blue C M Y K H S L
Decimal 3 71 79 0.96 0.10 0 0.69 186.32 0.93 0.16
Hex 3 47 4F 60 A 0 45 BA 5D 10
Octal 3 107 117 140 12 0 105 272 135 20
Binary 11 1000111 1001111 1100000 1010 0 1000101 10111010 1011101 10000

Color Harmonies of #03474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03474F

Black with #03474F

Text Example


Text Example

White with #03474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03474F; }

 p { color: rgb(3,71,79); }

 H1.HeaderClassName
 {
   color: #03474F;
 }
 .AnyTagClassName
 {
   color: #03474F;
 }
</style>

background-color css

<style>
 a { background-color: #03474F; }

 a { background-color: rgb(3,71,79); }

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

border-color css

<style>
 span { border-color: #03474F; }

 span { border-color: rgb(3,71,79); }

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