#034241

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

Shades of Cyprus #034241

Tints of Cyprus #034241

Color information

#034241 (or 0x034241) is unknown color: approx Cyprus. HEX triplet: 03, 42 and 41. RGB value is (3,66,65). Sum of RGB (Red+Green+Blue) = 3+66+65=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #034241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034241 is #FCBDBE. Grayscale: #2E2E2E. Windows color (decimal): -16563647 or 4276739. OLE color: 4276739.

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

Color convert

RGB36665-
CMYK0.9500.020.74
HSL179.05º91.3%13.53%-
HSV(B)179.05º95.45%25.88%-
XYZ2.944.35.68-
YUV47.05138.1396.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 66 (26.17% from 255) = 49.25%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=2.24%
G=49.25%
B=48.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366650.9500.020.74179.0591.313.53
Hex342415F024Ab35be
Octal31021011370211226313316
Binary1110000101000001101111101010010101011001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034241; }

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

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

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

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

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

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

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

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