Html Css Color HEX #034E55 Sherpa Blue

📋 copy color: '#034E55'

red 3 ◦ green 78 ◦ blue 85

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

Shades of Sherpa Blue #034E55

Tints of Sherpa Blue #034E55

RGB

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

 GREEN value IS 78 (30.86% from 255) = 46.99%

 BLUE value IS 85 (33.59% from 255) = 51.2%

R = 1.81%
G = 46.99%
B = 51.2%

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

#034E55 (or 0x034E55) is known color: Sherpa Blue. HEX triplet: 03, 4E and 55. RGB value is (3,78,85). Sum of RGB (Red+Green+Blue) = 3+78+85=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #034E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E55 is #FCB1AA. Grayscale: #383838. Windows color (decimal): -16560555 or 5590531. OLE color: 5590531.

HSL color Cylindrical-coordinate representation of color #034E55: hue angle of 185.12º 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 #034E55 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 78 85 -
CMYK 0.96 0.08 0 0.67
HSL 185.12º 0.93% 0.17% -
HSV(B) 185.12º 0.96% 0.33% -
XYZ 4.4 6.12 9.54 -
YUV 56.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 3 78 85 0.96 0.08 0 0.67 185.12 0.93 0.17
Hex 3 4E 55 60 8 0 43 B9 5D 11
Octal 3 116 125 140 10 0 103 271 135 21
Binary 11 1001110 1010101 1100000 1000 0 1000011 10111001 1011101 10001

Color Harmonies of #034E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034E55

Black with #034E55

Text Example


Text Example

White with #034E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,78,85); }

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

background-color css

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

 a { background-color: rgb(3,78,85); }

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

border-color css

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

 span { border-color: rgb(3,78,85); }

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