Html Css Color HEX #03465B Sherpa Blue

📋 copy color: '#03465B'

red 3 ◦ green 70 ◦ blue 91

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

Shades of Sherpa Blue #03465B

Tints of Sherpa Blue #03465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.68%

 BLUE value IS 91 (35.94% from 255) = 55.49%

R = 1.83%
G = 42.68%
B = 55.49%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03465B (or 0x03465B) is known color: Sherpa Blue. HEX triplet: 03, 46 and 5B. RGB value is (3,70,91). Sum of RGB (Red+Green+Blue) = 3+70+91=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #03465B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03465B is #FCB9A4. Grayscale: #343434. Windows color (decimal): -16562597 or 5981699. OLE color: 5981699.

HSL color Cylindrical-coordinate representation of color #03465B: hue angle of 194.32º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03465B is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 70 91 -
CMYK 0.97 0.23 0 0.64
HSL 194.32º 0.94% 0.18% -
HSV(B) 194.32º 0.97% 0.36% -
XYZ 4.12 5.16 10.68 -
YUV 52.36 149.8 92.79 -
System Red Green Blue C M Y K H S L
Decimal 3 70 91 0.97 0.23 0 0.64 194.32 0.94 0.18
Hex 3 46 5B 61 17 0 40 C2 5E 12
Octal 3 106 133 141 27 0 100 302 136 22
Binary 11 1000110 1011011 1100001 10111 0 1000000 11000010 1011110 10010

Color Harmonies of #03465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03465B

Black with #03465B

Text Example


Text Example

White with #03465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03465B; }

 p { color: rgb(3,70,91); }

 H1.HeaderClassName
 {
   color: #03465B;
 }
 .AnyTagClassName
 {
   color: #03465B;
 }
</style>

background-color css

<style>
 a { background-color: #03465B; }

 a { background-color: rgb(3,70,91); }

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

border-color css

<style>
 span { border-color: #03465B; }

 span { border-color: rgb(3,70,91); }

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