#035347

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

Shades of Cyprus #035347

Tints of Cyprus #035347

Color information

#035347 (or 0x035347) is unknown color: approx Cyprus. HEX triplet: 03, 53 and 47. RGB value is (3,83,71). Sum of RGB (Red+Green+Blue) = 3+83+71=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #035347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035347 is #FCACB8. Grayscale: #393939. Windows color (decimal): -16559289 or 4674307. OLE color: 4674307.

HSL color Cylindrical-coordinate representation of color #035347: hue angle of 171º 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 #035347 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB38371-
CMYK0.9600.140.67
HSL171º93.02%16.86%-
HSV(B)171º96.39%32.55%-
XYZ4.276.667.02-
YUV57.71135.588.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 83 (32.81% from 255) = 52.87%
BLUE value IS 71 (28.12% from 255) = 45.22%
R=1.91%
G=52.87%
B=45.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal383710.9600.140.6717193.0216.86
Hex35347600E43ab5d11
Octal312310714001610325313521
Binary1110100111000111110000001110100001110101011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035347; }

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

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

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

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

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

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

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

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