Html Css Color HEX #004348 Sherpa Blue

📋 copy color: '#004348'

red 0 ◦ green 67 ◦ blue 72

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

Shades of Sherpa Blue #004348

Tints of Sherpa Blue #004348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 51.8%

R = 0%
G = 48.2%
B = 51.8%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#004348 (or 0x004348) is known color: Sherpa Blue. HEX triplet: 00, 43 and 48. RGB value is (0,67,72). Sum of RGB (Red+Green+Blue) = 0+67+72=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #004348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004348 is #FFBCB7. Grayscale: #2F2F2F. Windows color (decimal): -16759992 or 4735744. OLE color: 4735744.

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

Color convert

RGB 0 67 72 -
CMYK 1 0.07 0 0.72
HSL 184.17º 1% 0.14% -
HSV(B) 184.17º 1% 0.28% -
XYZ 3.18 4.48 6.83 -
YUV 47.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 0 67 72 1 0.07 0 0.72 184.17 1 0.14
Hex 0 43 48 64 7 0 48 B8 64 E
Octal 0 103 110 144 7 0 110 270 144 16
Binary 0 1000011 1001000 1100100 111 0 1001000 10111000 1100100 1110

Color Harmonies of #004348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004348

Black with #004348

Text Example


Text Example

White with #004348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004348; }

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

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

background-color css

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

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

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

border-color css

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

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

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