Html Css Color HEX #034247 Sherpa Blue

📋 copy color: '#034247'

red 3 ◦ green 66 ◦ blue 71

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

Shades of Sherpa Blue #034247

Tints of Sherpa Blue #034247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 50.71%

R = 2.14%
G = 47.14%
B = 50.71%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#034247 (or 0x034247) is known color: Sherpa Blue. HEX triplet: 03, 42 and 47. RGB value is (3,66,71). Sum of RGB (Red+Green+Blue) = 3+66+71=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #034247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034247 is #FCBDB8. Grayscale: #2F2F2F. Windows color (decimal): -16563641 or 4669955. OLE color: 4669955.

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

Color convert

RGB 3 66 71 -
CMYK 0.96 0.07 0 0.72
HSL 184.41º 0.92% 0.15% -
HSV(B) 184.41º 0.96% 0.28% -
XYZ 3.12 4.37 6.64 -
YUV 47.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 3 66 71 0.96 0.07 0 0.72 184.41 0.92 0.15
Hex 3 42 47 60 7 0 48 B8 5C F
Octal 3 102 107 140 7 0 110 270 134 17
Binary 11 1000010 1000111 1100000 111 0 1001000 10111000 1011100 1111

Color Harmonies of #034247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034247

Black with #034247

Text Example


Text Example

White with #034247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034247; }

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

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

background-color css

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

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

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

border-color css

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

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

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