#034A42

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

Shades of Cyprus #034A42

Tints of Cyprus #034A42

Color information

#034A42 (or 0x034A42) is unknown color: approx Cyprus. HEX triplet: 03, 4A and 42. RGB value is (3,74,66). Sum of RGB (Red+Green+Blue) = 3+74+66=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 74 (29.30% from 255 or 51.75% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 74 - color contains mainly: green. Hex color #034A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A42 is #FCB5BD. Grayscale: #333333. Windows color (decimal): -16561598 or 4344323. OLE color: 4344323.

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

Color convert

RGB37466-
CMYK0.9600.110.71
HSL173.24º92.21%15.1%-
HSV(B)173.24º95.95%29.02%-
XYZ3.475.316-
YUV51.86135.9893.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.10%
GREEN value IS 74 (29.30% from 255) = 51.75%
BLUE value IS 66 (26.17% from 255) = 46.15%
R=2.10%
G=51.75%
B=46.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal374660.9600.110.71173.2492.2115.1
Hex34A42600B47ad5cf
Octal311210214001310725513417
Binary111001010100001011000000101110001111010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,74,66); }

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

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

 a { background-color: rgb(3,74,66); }

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

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

 span { border-color: rgb(3,74,66); }

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