#024645

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

Shades of Sherpa Blue #024645

Tints of Sherpa Blue #024645

Color information

#024645 (or 0x024645) is unknown color: approx Sherpa Blue. HEX triplet: 02, 46 and 45. RGB value is (2,70,69). Sum of RGB (Red+Green+Blue) = 2+70+69=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #024645 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024645 is #FDB9BA. Grayscale: #313131. Windows color (decimal): -16628155 or 4539906. OLE color: 4539906.

HSL color Cylindrical-coordinate representation of color #024645: hue angle of 179.12º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024645 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB27069-
CMYK0.9700.010.73
HSL179.12º94.44%14.12%-
HSV(B)179.12º97.14%27.45%-
XYZ3.294.826.39-
YUV49.55138.9794.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 70 (27.73% from 255) = 49.65%
BLUE value IS 69 (27.34% from 255) = 48.94%
R=1.42%
G=49.65%
B=48.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal270690.9700.010.73179.1294.4414.12
Hex24645610149b35ee
Octal21061051410111126313616
Binary101000110100010111000010110010011011001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024645; }

 p { color: rgb(2,70,69); }

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

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

 a { background-color: rgb(2,70,69); }

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

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

 span { border-color: rgb(2,70,69); }

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