Html Css Color HEX #034C5E Sherpa Blue

📋 copy color: '#034C5E'

red 3 ◦ green 76 ◦ blue 94

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

Shades of Sherpa Blue #034C5E

Tints of Sherpa Blue #034C5E

RGB

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

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

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

R = 1.73%
G = 43.93%
B = 54.34%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#034C5E (or 0x034C5E) is known color: Sherpa Blue. HEX triplet: 03, 4C and 5E. RGB value is (3,76,94). Sum of RGB (Red+Green+Blue) = 3+76+94=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #034C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034C5E is #FCB3A1. Grayscale: #383838. Windows color (decimal): -16561058 or 6179843. OLE color: 6179843.

HSL color Cylindrical-coordinate representation of color #034C5E: hue angle of 191.87º 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 #034C5E is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 76 94 -
CMYK 0.97 0.19 0 0.63
HSL 191.87º 0.94% 0.19% -
HSV(B) 191.87º 0.97% 0.37% -
XYZ 4.64 6 11.5 -
YUV 56.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 3 76 94 0.97 0.19 0 0.63 191.87 0.94 0.19
Hex 3 4C 5E 61 13 0 3F C0 5E 13
Octal 3 114 136 141 23 0 77 300 136 23
Binary 11 1001100 1011110 1100001 10011 0 111111 11000000 1011110 10011

Color Harmonies of #034C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C5E

Black with #034C5E

Text Example


Text Example

White with #034C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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