Html Css Color HEX #034150 Sherpa Blue

📋 copy color: '#034150'

red 3 ◦ green 65 ◦ blue 80

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

Shades of Sherpa Blue #034150

Tints of Sherpa Blue #034150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.92%

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

R = 2.03%
G = 43.92%
B = 54.05%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#034150 (or 0x034150) is known color: Sherpa Blue. HEX triplet: 03, 41 and 50. RGB value is (3,65,80). Sum of RGB (Red+Green+Blue) = 3+65+80=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #034150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034150 is #FCBEAF. Grayscale: #303030. Windows color (decimal): -16563888 or 5259523. OLE color: 5259523.

HSL color Cylindrical-coordinate representation of color #034150: hue angle of 191.69º 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 #034150 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 65 80 -
CMYK 0.96 0.19 0 0.69
HSL 191.69º 0.93% 0.16% -
HSV(B) 191.69º 0.96% 0.31% -
XYZ 3.38 4.38 8.26 -
YUV 48.17 145.96 95.78 -
System Red Green Blue C M Y K H S L
Decimal 3 65 80 0.96 0.19 0 0.69 191.69 0.93 0.16
Hex 3 41 50 60 13 0 45 C0 5D 10
Octal 3 101 120 140 23 0 105 300 135 20
Binary 11 1000001 1010000 1100000 10011 0 1000101 11000000 1011101 10000

Color Harmonies of #034150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034150

Black with #034150

Text Example


Text Example

White with #034150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034150; }

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

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

background-color css

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

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

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

border-color css

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

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

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