Html Css Color HEX #034660 Sherpa Blue

📋 copy color: '#034660'

red 3 ◦ green 70 ◦ blue 96

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

Shades of Sherpa Blue #034660

Tints of Sherpa Blue #034660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 56.8%

R = 1.78%
G = 41.42%
B = 56.8%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#034660 (or 0x034660) is known color: Sherpa Blue. HEX triplet: 03, 46 and 60. RGB value is (3,70,96). Sum of RGB (Red+Green+Blue) = 3+70+96=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #034660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034660 is #FCB99F. Grayscale: #343434. Windows color (decimal): -16562592 or 6309379. OLE color: 6309379.

HSL color Cylindrical-coordinate representation of color #034660: hue angle of 196.77º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034660 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 70 96 -
CMYK 0.97 0.27 0 0.62
HSL 196.77º 0.94% 0.19% -
HSV(B) 196.77º 0.97% 0.38% -
XYZ 4.34 5.24 11.85 -
YUV 52.93 152.3 92.39 -
System Red Green Blue C M Y K H S L
Decimal 3 70 96 0.97 0.27 0 0.62 196.77 0.94 0.19
Hex 3 46 60 61 1B 0 3E C5 5E 13
Octal 3 106 140 141 33 0 76 305 136 23
Binary 11 1000110 1100000 1100001 11011 0 111110 11000101 1011110 10011

Color Harmonies of #034660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034660

Black with #034660

Text Example


Text Example

White with #034660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034660; }

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

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

background-color css

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

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

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

border-color css

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

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

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