#034141

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

Shades of Cyprus #034141

Tints of Cyprus #034141

Color information

#034141 (or 0x034141) is unknown color: approx Cyprus. HEX triplet: 03, 41 and 41. RGB value is (3,65,65). Sum of RGB (Red+Green+Blue) = 3+65+65=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #034141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034141 is #FCBEBE. Grayscale: #2E2E2E. Windows color (decimal): -16563903 or 4276483. OLE color: 4276483.

HSL color Cylindrical-coordinate representation of color #034141: hue angle of 180º 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 #034141 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB36565-
CMYK0.95000.75
HSL180º91.18%13.33%-
HSV(B)180º95.38%25.49%-
XYZ2.884.185.66-
YUV46.46138.4697-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 65 (25.78% from 255) = 48.87%
R=2.26%
G=48.87%
B=48.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365650.95000.7518091.1813.33
Hex341415F004Bb45bd
Octal31011011370011326413315
Binary111000001100000110111110010010111011010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034141; }

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

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

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

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

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

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

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

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