#035348

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

Shades of Cyprus #035348

Tints of Cyprus #035348

Color information

#035348 (or 0x035348) is unknown color: approx Cyprus. HEX triplet: 03, 53 and 48. RGB value is (3,83,72). Sum of RGB (Red+Green+Blue) = 3+83+72=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #035348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035348 is #FCACB7. Grayscale: #393939. Windows color (decimal): -16559288 or 4739843. OLE color: 4739843.

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

Color convert

RGB38372-
CMYK0.9600.130.67
HSL171.75º93.02%16.86%-
HSV(B)171.75º96.39%32.55%-
XYZ4.36.677.19-
YUV57.8313688.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.90%
GREEN value IS 83 (32.81% from 255) = 52.53%
BLUE value IS 72 (28.52% from 255) = 45.57%
R=1.90%
G=52.53%
B=45.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal383720.9600.130.67171.7593.0216.86
Hex35348600D43ac5d11
Octal312311014001510325413521
Binary1110100111001000110000001101100001110101100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035348; }

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

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

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

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

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

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

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

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