Html Css Color HEX #084348 Cyprus

📋 copy color: '#084348'

red 8 ◦ green 67 ◦ blue 72

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

Shades of Cyprus #084348

Tints of Cyprus #084348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 48.98%

R = 5.44%
G = 45.58%
B = 48.98%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#084348 (or 0x084348) is known color: Cyprus. HEX triplet: 08, 43 and 48. RGB value is (8,67,72). Sum of RGB (Red+Green+Blue) = 8+67+72=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #084348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084348 is #F7BCB7. Grayscale: #313131. Windows color (decimal): -16235704 or 4735752. OLE color: 4735752.

HSL color Cylindrical-coordinate representation of color #084348: hue angle of 184.69º 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 #084348 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 67 72 -
CMYK 0.89 0.07 0 0.72
HSL 184.69º 0.8% 0.16% -
HSV(B) 184.69º 0.89% 0.28% -
XYZ 3.28 4.53 6.83 -
YUV 49.93 140.45 98.09 -
System Red Green Blue C M Y K H S L
Decimal 8 67 72 0.89 0.07 0 0.72 184.69 0.8 0.16
Hex 8 43 48 59 7 0 48 B9 50 10
Octal 10 103 110 131 7 0 110 271 120 20
Binary 1000 1000011 1001000 1011001 111 0 1001000 10111001 1010000 10000

Color Harmonies of #084348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084348

Black with #084348

Text Example


Text Example

White with #084348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084348; }

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

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

background-color css

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

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

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

border-color css

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

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

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