#034140

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

Shades of Cyprus #034140

Tints of Cyprus #034140

Color information

#034140 (or 0x034140) is unknown color: approx Cyprus. HEX triplet: 03, 41 and 40. RGB value is (3,65,64). Sum of RGB (Red+Green+Blue) = 3+65+64=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #034140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034140 is #FCBEBF. Grayscale: #2E2E2E. Windows color (decimal): -16563904 or 4210947. OLE color: 4210947.

HSL color Cylindrical-coordinate representation of color #034140: hue angle of 179.03º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034140 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB36564-
CMYK0.9500.020.75
HSL179.03º91.18%13.33%-
HSV(B)179.03º95.38%25.49%-
XYZ2.854.175.51-
YUV46.35137.9697.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 65 (25.78% from 255) = 49.24%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=2.27%
G=49.24%
B=48.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365640.9500.020.75179.0391.1813.33
Hex341405F024Bb35bd
Octal31011001370211326313315
Binary1110000011000000101111101010010111011001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034140; }

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

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

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

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

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

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

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

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