#035047

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

Shades of Cyprus #035047

Tints of Cyprus #035047

Color information

#035047 (or 0x035047) is unknown color: approx Cyprus. HEX triplet: 03, 50 and 47. RGB value is (3,80,71). Sum of RGB (Red+Green+Blue) = 3+80+71=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #035047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035047 is #FCAFB8. Grayscale: #373737. Windows color (decimal): -16560057 or 4673539. OLE color: 4673539.

HSL color Cylindrical-coordinate representation of color #035047: hue angle of 172.99º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035047 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB38071-
CMYK0.9600.110.69
HSL172.99º92.77%16.27%-
HSV(B)172.99º96.25%31.37%-
XYZ4.046.216.95-
YUV55.95136.4990.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 80 (31.64% from 255) = 51.95%
BLUE value IS 71 (28.12% from 255) = 46.10%
R=1.95%
G=51.95%
B=46.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380710.9600.110.69172.9992.7716.27
Hex35047600B45ad5d10
Octal312010714001310525513520
Binary1110100001000111110000001011100010110101101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035047; }

 p { color: rgb(3,80,71); }

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

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

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

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

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

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

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