Html Css Color HEX #034963 Sherpa Blue

📋 copy color: '#034963'

red 3 ◦ green 73 ◦ blue 99

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

Shades of Sherpa Blue #034963

Tints of Sherpa Blue #034963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 56.57%

R = 1.71%
G = 41.71%
B = 56.57%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#034963 (or 0x034963) is known color: Sherpa Blue. HEX triplet: 03, 49 and 63. RGB value is (3,73,99). Sum of RGB (Red+Green+Blue) = 3+73+99=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #034963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034963 is #FCB69C. Grayscale: #363636. Windows color (decimal): -16561821 or 6506755. OLE color: 6506755.

HSL color Cylindrical-coordinate representation of color #034963: hue angle of 196.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034963 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 73 99 -
CMYK 0.97 0.26 0 0.61
HSL 196.25º 0.94% 0.2% -
HSV(B) 196.25º 0.97% 0.39% -
XYZ 4.67 5.69 12.66 -
YUV 55.03 152.81 90.89 -
System Red Green Blue C M Y K H S L
Decimal 3 73 99 0.97 0.26 0 0.61 196.25 0.94 0.2
Hex 3 49 63 61 1A 0 3D C4 5E 14
Octal 3 111 143 141 32 0 75 304 136 24
Binary 11 1001001 1100011 1100001 11010 0 111101 11000100 1011110 10100

Color Harmonies of #034963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034963

Black with #034963

Text Example


Text Example

White with #034963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034963; }

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

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

background-color css

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

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

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

border-color css

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

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

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