Html Css Color HEX #034350 Sherpa Blue

📋 copy color: '#034350'

red 3 ◦ green 67 ◦ blue 80

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

Shades of Sherpa Blue #034350

Tints of Sherpa Blue #034350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.67%

 BLUE value IS 80 (31.64% from 255) = 53.33%

R = 2%
G = 44.67%
B = 53.33%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#034350 (or 0x034350) is known color: Sherpa Blue. HEX triplet: 03, 43 and 50. RGB value is (3,67,80). Sum of RGB (Red+Green+Blue) = 3+67+80=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #034350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034350 is #FCBCAF. Grayscale: #313131. Windows color (decimal): -16563376 or 5260035. OLE color: 5260035.

HSL color Cylindrical-coordinate representation of color #034350: hue angle of 190.13º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034350 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 67 80 -
CMYK 0.96 0.16 0 0.69
HSL 190.13º 0.93% 0.16% -
HSV(B) 190.13º 0.96% 0.31% -
XYZ 3.49 4.61 8.3 -
YUV 49.35 145.3 94.94 -
System Red Green Blue C M Y K H S L
Decimal 3 67 80 0.96 0.16 0 0.69 190.13 0.93 0.16
Hex 3 43 50 60 10 0 45 BE 5D 10
Octal 3 103 120 140 20 0 105 276 135 20
Binary 11 1000011 1010000 1100000 10000 0 1000101 10111110 1011101 10000

Color Harmonies of #034350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034350

Black with #034350

Text Example


Text Example

White with #034350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034350; }

 p { color: rgb(3,67,80); }

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

background-color css

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

 a { background-color: rgb(3,67,80); }

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

border-color css

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

 span { border-color: rgb(3,67,80); }

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