Html Css Color HEX #034C56 Sherpa Blue

📋 copy color: '#034C56'

red 3 ◦ green 76 ◦ blue 86

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

Shades of Sherpa Blue #034C56

Tints of Sherpa Blue #034C56

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.06%

 BLUE value IS 86 (33.98% from 255) = 52.12%

R = 1.82%
G = 46.06%
B = 52.12%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#034C56 (or 0x034C56) is known color: Sherpa Blue. HEX triplet: 03, 4C and 56. RGB value is (3,76,86). Sum of RGB (Red+Green+Blue) = 3+76+86=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #034C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034C56 is #FCB3A9. Grayscale: #373737. Windows color (decimal): -16561066 or 5655555. OLE color: 5655555.

HSL color Cylindrical-coordinate representation of color #034C56: hue angle of 187.23º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034C56 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 76 86 -
CMYK 0.97 0.12 0 0.66
HSL 187.23º 0.93% 0.17% -
HSV(B) 187.23º 0.97% 0.34% -
XYZ 4.3 5.86 9.71 -
YUV 55.31 145.32 90.69 -
System Red Green Blue C M Y K H S L
Decimal 3 76 86 0.97 0.12 0 0.66 187.23 0.93 0.17
Hex 3 4C 56 61 C 0 42 BB 5D 11
Octal 3 114 126 141 14 0 102 273 135 21
Binary 11 1001100 1010110 1100001 1100 0 1000010 10111011 1011101 10001

Color Harmonies of #034C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C56

Black with #034C56

Text Example


Text Example

White with #034C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034C56; }

 p { color: rgb(3,76,86); }

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

background-color css

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

 a { background-color: rgb(3,76,86); }

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

border-color css

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

 span { border-color: rgb(3,76,86); }

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