Html Css Color HEX #034D54 Sherpa Blue

📋 copy color: '#034D54'

red 3 ◦ green 77 ◦ blue 84

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

Shades of Sherpa Blue #034D54

Tints of Sherpa Blue #034D54

RGB

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

 GREEN value IS 77 (30.47% from 255) = 46.95%

 BLUE value IS 84 (33.2% from 255) = 51.22%

R = 1.83%
G = 46.95%
B = 51.22%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#034D54 (or 0x034D54) is known color: Sherpa Blue. HEX triplet: 03, 4D and 54. RGB value is (3,77,84). Sum of RGB (Red+Green+Blue) = 3+77+84=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #034D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D54 is #FCB2AB. Grayscale: #373737. Windows color (decimal): -16560812 or 5524739. OLE color: 5524739.

HSL color Cylindrical-coordinate representation of color #034D54: hue angle of 185.19º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034D54 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 77 84 -
CMYK 0.96 0.08 0 0.67
HSL 185.19º 0.93% 0.17% -
HSV(B) 185.19º 0.96% 0.33% -
XYZ 4.29 5.97 9.31 -
YUV 55.67 143.98 90.43 -
System Red Green Blue C M Y K H S L
Decimal 3 77 84 0.96 0.08 0 0.67 185.19 0.93 0.17
Hex 3 4D 54 60 8 0 43 B9 5D 11
Octal 3 115 124 140 10 0 103 271 135 21
Binary 11 1001101 1010100 1100000 1000 0 1000011 10111001 1011101 10001

Color Harmonies of #034D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D54

Black with #034D54

Text Example


Text Example

White with #034D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,77,84); }

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

background-color css

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

 a { background-color: rgb(3,77,84); }

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

border-color css

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

 span { border-color: rgb(3,77,84); }

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