#034C45

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

Shades of Cyprus #034C45

Tints of Cyprus #034C45

Color information

#034C45 (or 0x034C45) is unknown color: approx Cyprus. HEX triplet: 03, 4C and 45. RGB value is (3,76,69). Sum of RGB (Red+Green+Blue) = 3+76+69=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #034C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034C45 is #FCB3BA. Grayscale: #353535. Windows color (decimal): -16561083 or 4541443. OLE color: 4541443.

HSL color Cylindrical-coordinate representation of color #034C45: hue angle of 174.25º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034C45 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB37669-
CMYK0.9600.090.70
HSL174.25º92.41%15.49%-
HSV(B)174.25º96.05%29.8%-
XYZ3.75.626.52-
YUV53.37136.8292.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 76 (30.08% from 255) = 51.35%
BLUE value IS 69 (27.34% from 255) = 46.62%
R=2.03%
G=51.35%
B=46.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal376690.9600.090.70174.2592.4115.49
Hex34C45600946ae5cf
Octal311410514001110625613417
Binary111001100100010111000000100110001101010111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034C45; }

 p { color: rgb(3,76,69); }

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

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

 a { background-color: rgb(3,76,69); }

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

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

 span { border-color: rgb(3,76,69); }

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