Html Css Color HEX #03374F Sherpa Blue

📋 copy color: '#03374F'

red 3 ◦ green 55 ◦ blue 79

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

Shades of Sherpa Blue #03374F

Tints of Sherpa Blue #03374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.15%

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

R = 2.19%
G = 40.15%
B = 57.66%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03374F (or 0x03374F) is known color: Sherpa Blue. HEX triplet: 03, 37 and 4F. RGB value is (3,55,79). Sum of RGB (Red+Green+Blue) = 3+55+79=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #03374F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03374F is #FCC8B0. Grayscale: #2A2A2A. Windows color (decimal): -16566449 or 5191427. OLE color: 5191427.

HSL color Cylindrical-coordinate representation of color #03374F: hue angle of 198.95º 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 #03374F is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 55 79 -
CMYK 0.96 0.30 0 0.69
HSL 198.95º 0.93% 0.16% -
HSV(B) 198.95º 0.96% 0.31% -
XYZ 2.82 3.32 7.89 -
YUV 42.19 148.77 100.05 -
System Red Green Blue C M Y K H S L
Decimal 3 55 79 0.96 0.30 0 0.69 198.95 0.93 0.16
Hex 3 37 4F 60 1E 0 45 C7 5D 10
Octal 3 67 117 140 36 0 105 307 135 20
Binary 11 110111 1001111 1100000 11110 0 1000101 11000111 1011101 10000

Color Harmonies of #03374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03374F

Black with #03374F

Text Example


Text Example

White with #03374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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