#034640

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

Shades of Cyprus #034640

Tints of Cyprus #034640

Color information

#034640 (or 0x034640) is unknown color: approx Cyprus. HEX triplet: 03, 46 and 40. RGB value is (3,70,64). Sum of RGB (Red+Green+Blue) = 3+70+64=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #034640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034640 is #FCB9BF. Grayscale: #313131. Windows color (decimal): -16562624 or 4212227. OLE color: 4212227.

HSL color Cylindrical-coordinate representation of color #034640: hue angle of 174.63º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034640 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB37064-
CMYK0.9600.090.73
HSL174.63º91.78%14.31%-
HSV(B)174.63º95.71%27.45%-
XYZ3.154.775.6-
YUV49.28136.394.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 70 (27.73% from 255) = 51.09%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=2.19%
G=51.09%
B=46.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal370640.9600.090.73174.6391.7814.31
Hex34640600949af5ce
Octal310610014001111125713416
Binary111000110100000011000000100110010011010111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034640; }

 p { color: rgb(3,70,64); }

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

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

 a { background-color: rgb(3,70,64); }

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

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

 span { border-color: rgb(3,70,64); }

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