Html Css Color HEX #084344 Cyprus

📋 copy color: '#084344'

red 8 ◦ green 67 ◦ blue 68

#084344
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #084344

Tints of Cyprus #084344

RGB

 RED value IS 8 (3.52% from 255) = 5.59%

 GREEN value IS 67 (26.56% from 255) = 46.85%

 BLUE value IS 68 (26.95% from 255) = 47.55%

R = 5.59%
G = 46.85%
B = 47.55%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#084344 (or 0x084344) is known color: Cyprus. HEX triplet: 08, 43 and 44. RGB value is (8,67,68). Sum of RGB (Red+Green+Blue) = 8+67+68=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 68 - color contains mainly: blue. Hex color #084344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084344 is #F7BCBB. Grayscale: #313131. Windows color (decimal): -16235708 or 4473608. OLE color: 4473608.

HSL color Cylindrical-coordinate representation of color #084344: hue angle of 181º 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 #084344 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 67 68 -
CMYK 0.88 0.01 0 0.73
HSL 181º 0.79% 0.15% -
HSV(B) 181º 0.88% 0.27% -
XYZ 3.15 4.48 6.17 -
YUV 49.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 8 67 68 0.88 0.01 0 0.73 181 0.79 0.15
Hex 8 43 44 58 1 0 49 B5 4F F
Octal 10 103 104 130 1 0 111 265 117 17
Binary 1000 1000011 1000100 1011000 1 0 1001001 10110101 1001111 1111

Color Harmonies of #084344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084344

Black with #084344

Text Example


Text Example

White with #084344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084344; }

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

 H1.HeaderClassName
 {
   color: #084344;
 }
 .AnyTagClassName
 {
   color: #084344;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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