Html Css Color HEX #03465E Sherpa Blue

📋 copy color: '#03465E'

red 3 ◦ green 70 ◦ blue 94

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

Shades of Sherpa Blue #03465E

Tints of Sherpa Blue #03465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 56.29%

R = 1.8%
G = 41.92%
B = 56.29%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#03465E (or 0x03465E) is known color: Sherpa Blue. HEX triplet: 03, 46 and 5E. RGB value is (3,70,94). Sum of RGB (Red+Green+Blue) = 3+70+94=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #03465E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03465E is #FCB9A1. Grayscale: #343434. Windows color (decimal): -16562594 or 6178307. OLE color: 6178307.

HSL color Cylindrical-coordinate representation of color #03465E: hue angle of 195.82º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03465E is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 70 94 -
CMYK 0.97 0.26 0 0.63
HSL 195.82º 0.94% 0.19% -
HSV(B) 195.82º 0.97% 0.37% -
XYZ 4.25 5.21 11.37 -
YUV 52.7 151.3 92.55 -
System Red Green Blue C M Y K H S L
Decimal 3 70 94 0.97 0.26 0 0.63 195.82 0.94 0.19
Hex 3 46 5E 61 1A 0 3F C4 5E 13
Octal 3 106 136 141 32 0 77 304 136 23
Binary 11 1000110 1011110 1100001 11010 0 111111 11000100 1011110 10011

Color Harmonies of #03465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03465E

Black with #03465E

Text Example


Text Example

White with #03465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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