Html Css Color HEX #03374A Sherpa Blue

📋 copy color: '#03374A'

red 3 ◦ green 55 ◦ blue 74

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

Shades of Sherpa Blue #03374A

Tints of Sherpa Blue #03374A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 56.06%

R = 2.27%
G = 41.67%
B = 56.06%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#03374A (or 0x03374A) is known color: Sherpa Blue. HEX triplet: 03, 37 and 4A. RGB value is (3,55,74). Sum of RGB (Red+Green+Blue) = 3+55+74=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #03374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03374A is #FCC8B5. Grayscale: #292929. Windows color (decimal): -16566454 or 4863747. OLE color: 4863747.

HSL color Cylindrical-coordinate representation of color #03374A: hue angle of 196.06º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03374A is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 55 74 -
CMYK 0.96 0.26 0 0.71
HSL 196.06º 0.92% 0.15% -
HSV(B) 196.06º 0.96% 0.29% -
XYZ 2.64 3.25 6.97 -
YUV 41.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 3 55 74 0.96 0.26 0 0.71 196.06 0.92 0.15
Hex 3 37 4A 60 1A 0 47 C4 5C F
Octal 3 67 112 140 32 0 107 304 134 17
Binary 11 110111 1001010 1100000 11010 0 1000111 11000100 1011100 1111

Color Harmonies of #03374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03374A

Black with #03374A

Text Example


Text Example

White with #03374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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