Html Css Color HEX #03364D Sherpa Blue

📋 copy color: '#03364D'

red 3 ◦ green 54 ◦ blue 77

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

Shades of Sherpa Blue #03364D

Tints of Sherpa Blue #03364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.3%

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

R = 2.24%
G = 40.3%
B = 57.46%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03364D (or 0x03364D) is known color: Sherpa Blue. HEX triplet: 03, 36 and 4D. RGB value is (3,54,77). Sum of RGB (Red+Green+Blue) = 3+54+77=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #03364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03364D is #FCC9B2. Grayscale: #292929. Windows color (decimal): -16566707 or 5060099. OLE color: 5060099.

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

Color convert

RGB 3 54 77 -
CMYK 0.96 0.30 0 0.70
HSL 198.65º 0.93% 0.16% -
HSV(B) 198.65º 0.96% 0.3% -
XYZ 2.7 3.19 7.5 -
YUV 41.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 3 54 77 0.96 0.30 0 0.70 198.65 0.93 0.16
Hex 3 36 4D 60 1E 0 46 C7 5C 10
Octal 3 66 115 140 36 0 106 307 134 20
Binary 11 110110 1001101 1100000 11110 0 1000110 11000111 1011100 10000

Color Harmonies of #03364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03364D

Black with #03364D

Text Example


Text Example

White with #03364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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