#084346

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

Shades of Cyprus #084346

Tints of Cyprus #084346

Color information

#084346 (or 0x084346) is unknown color: approx Cyprus. HEX triplet: 08, 43 and 46. RGB value is (8,67,70). Sum of RGB (Red+Green+Blue) = 8+67+70=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #084346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084346 is #F7BCB9. Grayscale: #313131. Windows color (decimal): -16235706 or 4604680. OLE color: 4604680.

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

Color convert

RGB86770-
CMYK0.890.0400.73
HSL182.9º79.49%15.29%-
HSV(B)182.9º88.57%27.45%-
XYZ3.214.516.5-
YUV49.7139.4598.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.52%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 70 (27.73% from 255) = 48.28%
R=5.52%
G=46.21%
B=48.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal867700.890.0400.73182.979.4915.29
Hex84346594049b74ff
Octal101031061314011126711717
Binary1000100001110001101011001100010010011011011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084346; }

 p { color: rgb(8,67,70); }

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

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

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

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

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

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

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