#074348

Color #074348 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #074348

Tints of Sherpa Blue #074348

Color information

#074348 (or 0x074348) is unknown color: approx 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

RGB76772-
CMYK0.900.0700.72
HSL184.62º82.28%15.49%-
HSV(B)184.62º90.28%28.24%-
XYZ3.264.536.83-
YUV49.63140.6297.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal767720.900.0700.72184.6282.2815.49
Hex743485A7048b952f
Octal71031101327011027112217
Binary111100001110010001011010111010010001011100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>