#084444

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

Shades of Cyprus #084444

Tints of Cyprus #084444

Color information

#084444 (or 0x084444) is unknown color: approx Cyprus. HEX triplet: 08, 44 and 44. RGB value is (8,68,68). Sum of RGB (Red+Green+Blue) = 8+68+68=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: green, blue. Hex color #084444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084444 is #F7BBBB. Grayscale: #323232. Windows color (decimal): -16235452 or 4473864. OLE color: 4473864.

HSL color Cylindrical-coordinate representation of color #084444: hue angle of 180º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084444 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB86868-
CMYK0.88000.73
HSL180º78.95%14.9%-
HSV(B)180º88.24%26.67%-
XYZ3.214.66.19-
YUV50.06138.1298-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 68 (26.95% from 255) = 47.22%
BLUE value IS 68 (26.95% from 255) = 47.22%
R=5.56%
G=47.22%
B=47.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868680.88000.7318078.9514.9
Hex84444580049b44ff
Octal101041041300011126411717
Binary10001000100100010010110000010010011011010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084444; }

 p { color: rgb(8,68,68); }

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

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

 a { background-color: rgb(8,68,68); }

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

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

 span { border-color: rgb(8,68,68); }

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