Html Css Color HEX #03384D Sherpa Blue

📋 copy color: '#03384D'

red 3 ◦ green 56 ◦ blue 77

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

Shades of Sherpa Blue #03384D

Tints of Sherpa Blue #03384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.18%

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

R = 2.21%
G = 41.18%
B = 56.62%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03384D (or 0x03384D) is known color: Sherpa Blue. HEX triplet: 03, 38 and 4D. RGB value is (3,56,77). Sum of RGB (Red+Green+Blue) = 3+56+77=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #03384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03384D is #FCC7B2. Grayscale: #2A2A2A. Windows color (decimal): -16566195 or 5060611. OLE color: 5060611.

HSL color Cylindrical-coordinate representation of color #03384D: hue angle of 197.03º 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 #03384D is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 56 77 -
CMYK 0.96 0.27 0 0.70
HSL 197.03º 0.93% 0.16% -
HSV(B) 197.03º 0.96% 0.3% -
XYZ 2.79 3.38 7.53 -
YUV 42.55 147.44 99.79 -
System Red Green Blue C M Y K H S L
Decimal 3 56 77 0.96 0.27 0 0.70 197.03 0.93 0.16
Hex 3 38 4D 60 1B 0 46 C5 5C 10
Octal 3 70 115 140 33 0 106 305 134 20
Binary 11 111000 1001101 1100000 11011 0 1000110 11000101 1011100 10000

Color Harmonies of #03384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03384D

Black with #03384D

Text Example


Text Example

White with #03384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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