#034641

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

Shades of Cyprus #034641

Tints of Cyprus #034641

Color information

#034641 (or 0x034641) is unknown color: approx Cyprus. HEX triplet: 03, 46 and 41. RGB value is (3,70,65). Sum of RGB (Red+Green+Blue) = 3+70+65=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 70 (27.73% from 255 or 50.72% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 70 - color contains mainly: green. Hex color #034641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034641 is #FCB9BE. Grayscale: #313131. Windows color (decimal): -16562623 or 4277763. OLE color: 4277763.

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

Color convert

RGB37065-
CMYK0.9600.070.73
HSL175.52º91.78%14.31%-
HSV(B)175.52º95.71%27.45%-
XYZ3.184.785.76-
YUV49.4136.894.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 70 (27.73% from 255) = 50.72%
BLUE value IS 65 (25.78% from 255) = 47.10%
R=2.17%
G=50.72%
B=47.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal370650.9600.070.73175.5291.7814.31
Hex34641600749b05ce
Octal31061011400711126013416
Binary11100011010000011100000011110010011011000010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034641; }

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

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

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

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

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

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

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

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