#074357

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

Shades of Sherpa Blue #074357

Tints of Sherpa Blue #074357

Color information

#074357 (or 0x074357) is unknown color: approx Sherpa Blue. HEX triplet: 07, 43 and 57. RGB value is (7,67,87). Sum of RGB (Red+Green+Blue) = 7+67+87=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #074357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074357 is #F8BCA8. Grayscale: #333333. Windows color (decimal): -16301225 or 5718791. OLE color: 5718791.

HSL color Cylindrical-coordinate representation of color #074357: hue angle of 195º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074357 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB76787-
CMYK0.920.2300.66
HSL195º85.11%18.43%-
HSV(B)195º91.95%34.12%-
XYZ3.824.759.73-
YUV51.34148.1296.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.35%
GREEN value IS 67 (26.56% from 255) = 41.61%
BLUE value IS 87 (34.38% from 255) = 54.04%
R=4.35%
G=41.61%
B=54.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal767870.920.2300.6619585.1118.43
Hex743575C17042c35512
Octal710312713427010230312522
Binary111100001110101111011100101110100001011000011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074357; }

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

 H1.HeaderClassName
 {
   color: #074357;
 }
 .AnyTagClassName
 {
   color: #074357;
 }
</style>
background-color css

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

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

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

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

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

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