Html Css Color HEX #074348 Sherpa Blue

📋 copy color: '#074348'

red 7 ◦ green 67 ◦ blue 72

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

Shades of Sherpa Blue #074348

Tints of Sherpa Blue #074348

RGB

 RED value IS 7 (3.13% from 255) = 4.79%

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

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

R = 4.79%
G = 45.89%
B = 49.32%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#074348 (or 0x074348) is known color: Sherpa Blue. HEX triplet: 07, 43 and 48. RGB value is (7,67,72). Sum of RGB (Red+Green+Blue) = 7+67+72=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #074348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074348 is #F8BCB7. Grayscale: #313131. Windows color (decimal): -16301240 or 4735751. OLE color: 4735751.

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

Color convert

RGB 7 67 72 -
CMYK 0.90 0.07 0 0.72
HSL 184.62º 0.82% 0.15% -
HSV(B) 184.62º 0.9% 0.28% -
XYZ 3.26 4.53 6.83 -
YUV 49.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 7 67 72 0.90 0.07 0 0.72 184.62 0.82 0.15
Hex 7 43 48 5A 7 0 48 B9 52 F
Octal 7 103 110 132 7 0 110 271 122 17
Binary 111 1000011 1001000 1011010 111 0 1001000 10111001 1010010 1111

Color Harmonies of #074348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074348

Black with #074348

Text Example


Text Example

White with #074348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074348; }

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

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

background-color css

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

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

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

border-color css

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

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

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