#035441

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

Shades of Cyprus #035441

Tints of Cyprus #035441

Color information

#035441 (or 0x035441) is unknown color: approx Cyprus. HEX triplet: 03, 54 and 41. RGB value is (3,84,65). Sum of RGB (Red+Green+Blue) = 3+84+65=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #035441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035441 is #FCABBE. Grayscale: #393939. Windows color (decimal): -16559039 or 4281347. OLE color: 4281347.

HSL color Cylindrical-coordinate representation of color #035441: hue angle of 165.93º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035441 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB38465-
CMYK0.9600.230.67
HSL165.93º93.1%17.06%-
HSV(B)165.93º96.43%32.94%-
XYZ4.166.746.08-
YUV57.61132.1689.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 84 (33.20% from 255) = 55.26%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=1.97%
G=55.26%
B=42.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal384650.9600.230.67165.9393.117.06
Hex354416001743a65d11
Octal312410114002710324613521
Binary11101010010000011100000010111100001110100110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035441; }

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

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

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

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

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

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

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

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