Html Css Color HEX #034958 Sherpa Blue

📋 copy color: '#034958'

red 3 ◦ green 73 ◦ blue 88

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

Shades of Sherpa Blue #034958

Tints of Sherpa Blue #034958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.51%

 BLUE value IS 88 (34.77% from 255) = 53.66%

R = 1.83%
G = 44.51%
B = 53.66%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#034958 (or 0x034958) is known color: Sherpa Blue. HEX triplet: 03, 49 and 58. RGB value is (3,73,88). Sum of RGB (Red+Green+Blue) = 3+73+88=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #034958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034958 is #FCB6A7. Grayscale: #353535. Windows color (decimal): -16561832 or 5785859. OLE color: 5785859.

HSL color Cylindrical-coordinate representation of color #034958: hue angle of 190.59º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034958 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 73 88 -
CMYK 0.97 0.17 0 0.65
HSL 190.59º 0.93% 0.18% -
HSV(B) 190.59º 0.97% 0.35% -
XYZ 4.18 5.49 10.07 -
YUV 53.78 147.31 91.78 -
System Red Green Blue C M Y K H S L
Decimal 3 73 88 0.97 0.17 0 0.65 190.59 0.93 0.18
Hex 3 49 58 61 11 0 41 BF 5D 12
Octal 3 111 130 141 21 0 101 277 135 22
Binary 11 1001001 1011000 1100001 10001 0 1000001 10111111 1011101 10010

Color Harmonies of #034958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034958

Black with #034958

Text Example


Text Example

White with #034958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034958; }

 p { color: rgb(3,73,88); }

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

background-color css

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

 a { background-color: rgb(3,73,88); }

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

border-color css

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

 span { border-color: rgb(3,73,88); }

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