#084448

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

Shades of Cyprus #084448

Tints of Cyprus #084448

Color information

#084448 (or 0x084448) is unknown color: approx Cyprus. HEX triplet: 08, 44 and 48. RGB value is (8,68,72). Sum of RGB (Red+Green+Blue) = 8+68+72=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #084448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084448 is #F7BBB7. Grayscale: #323232. Windows color (decimal): -16235448 or 4736008. OLE color: 4736008.

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

Color convert

RGB86872-
CMYK0.890.0600.72
HSL183.75º80%15.69%-
HSV(B)183.75º88.89%28.24%-
XYZ3.344.656.85-
YUV50.52140.1297.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 68 (26.95% from 255) = 45.95%
BLUE value IS 72 (28.52% from 255) = 48.65%
R=5.41%
G=45.95%
B=48.65%

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
Decimal868720.890.0600.72183.758015.69
Hex84448596048b85010
Octal101041101316011027012020
Binary10001000100100100010110011100100100010111000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084448; }

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

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

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

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

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

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

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

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