#114349

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

Shades of Cyprus #114349

Tints of Cyprus #114349

Color information

#114349 (or 0x114349) is unknown color: approx Cyprus. HEX triplet: 11, 43 and 49. RGB value is (17,67,73). Sum of RGB (Red+Green+Blue) = 17+67+73=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #114349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114349 is #EEBCB6. Grayscale: #343434. Windows color (decimal): -15645879 or 4801297. OLE color: 4801297.

HSL color Cylindrical-coordinate representation of color #114349: hue angle of 186.43º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114349 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB176773-
CMYK0.770.0800.71
HSL186.43º62.22%17.65%-
HSV(B)186.43º76.71%28.63%-
XYZ3.444.617.01-
YUV52.73139.44102.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.83%
GREEN value IS 67 (26.56% from 255) = 42.68%
BLUE value IS 73 (28.91% from 255) = 46.50%
R=10.83%
G=42.68%
B=46.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1767730.770.0800.71186.4362.2217.65
Hex1143494D8047ba3e12
Octal211031111151001072727622
Binary100011000011100100110011011000010001111011101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114349; }

 p { color: rgb(17,67,73); }

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

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

 a { background-color: rgb(17,67,73); }

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

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

 span { border-color: rgb(17,67,73); }

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