Html Css Color HEX #03495D Sherpa Blue

📋 copy color: '#03495D'

red 3 ◦ green 73 ◦ blue 93

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

Shades of Sherpa Blue #03495D

Tints of Sherpa Blue #03495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.2%

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

R = 1.78%
G = 43.2%
B = 55.03%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03495D (or 0x03495D) is known color: Sherpa Blue. HEX triplet: 03, 49 and 5D. RGB value is (3,73,93). Sum of RGB (Red+Green+Blue) = 3+73+93=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #03495D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03495D is #FCB6A2. Grayscale: #363636. Windows color (decimal): -16561827 or 6113539. OLE color: 6113539.

HSL color Cylindrical-coordinate representation of color #03495D: hue angle of 193.33º 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 #03495D is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 73 93 -
CMYK 0.97 0.22 0 0.64
HSL 193.33º 0.94% 0.19% -
HSV(B) 193.33º 0.97% 0.36% -
XYZ 4.4 5.57 11.2 -
YUV 54.35 149.81 91.37 -
System Red Green Blue C M Y K H S L
Decimal 3 73 93 0.97 0.22 0 0.64 193.33 0.94 0.19
Hex 3 49 5D 61 16 0 40 C1 5E 13
Octal 3 111 135 141 26 0 100 301 136 23
Binary 11 1001001 1011101 1100001 10110 0 1000000 11000001 1011110 10011

Color Harmonies of #03495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03495D

Black with #03495D

Text Example


Text Example

White with #03495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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