#084347

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

Shades of Cyprus #084347

Tints of Cyprus #084347

Color information

#084347 (or 0x084347) is unknown color: approx Cyprus. HEX triplet: 08, 43 and 47. RGB value is (8,67,71). Sum of RGB (Red+Green+Blue) = 8+67+71=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #084347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084347 is #F7BCB8. Grayscale: #313131. Windows color (decimal): -16235705 or 4670216. OLE color: 4670216.

HSL color Cylindrical-coordinate representation of color #084347: hue angle of 183.81º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084347 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB86771-
CMYK0.890.0600.72
HSL183.81º79.75%15.49%-
HSV(B)183.81º88.73%27.84%-
XYZ3.244.526.66-
YUV49.82139.9598.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 67 (26.56% from 255) = 45.89%
BLUE value IS 71 (28.12% from 255) = 48.63%
R=5.48%
G=45.89%
B=48.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal867710.890.0600.72183.8179.7515.49
Hex84347596048b850f
Octal101031071316011027012017
Binary1000100001110001111011001110010010001011100010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084347; }

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

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

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

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

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

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

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

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