Html Css Color HEX #004349 Sherpa Blue

📋 copy color: '#004349'

red 0 ◦ green 67 ◦ blue 73

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

Shades of Sherpa Blue #004349

Tints of Sherpa Blue #004349

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 47.86%
B = 52.14%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#004349 (or 0x004349) is known color: Sherpa Blue. HEX triplet: 00, 43 and 49. RGB value is (0,67,73). Sum of RGB (Red+Green+Blue) = 0+67+73=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #004349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004349 is #FFBCB6. Grayscale: #2F2F2F. Windows color (decimal): -16759991 or 4801280. OLE color: 4801280.

HSL color Cylindrical-coordinate representation of color #004349: hue angle of 184.93º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004349 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 67 73 -
CMYK 1 0.08 0 0.71
HSL 184.93º 1% 0.14% -
HSV(B) 184.93º 1% 0.29% -
XYZ 3.21 4.5 7 -
YUV 47.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 0 67 73 1 0.08 0 0.71 184.93 1 0.14
Hex 0 43 49 64 8 0 47 B9 64 E
Octal 0 103 111 144 10 0 107 271 144 16
Binary 0 1000011 1001001 1100100 1000 0 1000111 10111001 1100100 1110

Color Harmonies of #004349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004349

Black with #004349

Text Example


Text Example

White with #004349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004349; }

 p { color: rgb(0,67,73); }

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

background-color css

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

 a { background-color: rgb(0,67,73); }

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

border-color css

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

 span { border-color: rgb(0,67,73); }

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