Html Css Color HEX #03475D Sherpa Blue

📋 copy color: '#03475D'

red 3 ◦ green 71 ◦ blue 93

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

Shades of Sherpa Blue #03475D

Tints of Sherpa Blue #03475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 55.69%

R = 1.8%
G = 42.51%
B = 55.69%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03475D (or 0x03475D) is known color: Sherpa Blue. HEX triplet: 03, 47 and 5D. RGB value is (3,71,93). Sum of RGB (Red+Green+Blue) = 3+71+93=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #03475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03475D is #FCB8A2. Grayscale: #353535. Windows color (decimal): -16562339 or 6113027. OLE color: 6113027.

HSL color Cylindrical-coordinate representation of color #03475D: hue angle of 194.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03475D is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 71 93 -
CMYK 0.97 0.24 0 0.64
HSL 194.67º 0.94% 0.19% -
HSV(B) 194.67º 0.97% 0.36% -
XYZ 4.27 5.32 11.16 -
YUV 53.18 150.47 92.21 -
System Red Green Blue C M Y K H S L
Decimal 3 71 93 0.97 0.24 0 0.64 194.67 0.94 0.19
Hex 3 47 5D 61 18 0 40 C3 5E 13
Octal 3 107 135 141 30 0 100 303 136 23
Binary 11 1000111 1011101 1100001 11000 0 1000000 11000011 1011110 10011

Color Harmonies of #03475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03475D

Black with #03475D

Text Example


Text Example

White with #03475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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