Html Css Color HEX #034249 Sherpa Blue

📋 copy color: '#034249'

red 3 ◦ green 66 ◦ blue 73

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

Shades of Sherpa Blue #034249

Tints of Sherpa Blue #034249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.48%

 BLUE value IS 73 (28.91% from 255) = 51.41%

R = 2.11%
G = 46.48%
B = 51.41%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#034249 (or 0x034249) is known color: Sherpa Blue. HEX triplet: 03, 42 and 49. RGB value is (3,66,73). Sum of RGB (Red+Green+Blue) = 3+66+73=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #034249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034249 is #FCBDB6. Grayscale: #2F2F2F. Windows color (decimal): -16563639 or 4801027. OLE color: 4801027.

HSL color Cylindrical-coordinate representation of color #034249: hue angle of 186º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034249 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 66 73 -
CMYK 0.96 0.10 0 0.71
HSL 186º 0.92% 0.15% -
HSV(B) 186º 0.96% 0.29% -
XYZ 3.19 4.4 6.98 -
YUV 47.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 3 66 73 0.96 0.10 0 0.71 186 0.92 0.15
Hex 3 42 49 60 A 0 47 BA 5C F
Octal 3 102 111 140 12 0 107 272 134 17
Binary 11 1000010 1001001 1100000 1010 0 1000111 10111010 1011100 1111

Color Harmonies of #034249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034249

Black with #034249

Text Example


Text Example

White with #034249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034249; }

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

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

background-color css

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

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

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

border-color css

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

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

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