#033435

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

Shades of Cyprus #033435

Tints of Cyprus #033435

Color information

#033435 (or 0x033435) is unknown color: approx Cyprus. HEX triplet: 03, 34 and 35. RGB value is (3,52,53). Sum of RGB (Red+Green+Blue) = 3+52+53=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #033435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033435 is #FCCBCA. Grayscale: #252525. Windows color (decimal): -16567243 or 3486723. OLE color: 3486723.

HSL color Cylindrical-coordinate representation of color #033435: hue angle of 181.2º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033435 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB35253-
CMYK0.940.0200.79
HSL181.2º89.29%10.98%-
HSV(B)181.2º94.34%20.78%-
XYZ1.912.733.79-
YUV37.46136.77103.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 52 (20.70% from 255) = 48.15%
BLUE value IS 53 (21.09% from 255) = 49.07%
R=2.78%
G=48.15%
B=49.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal352530.940.0200.79181.289.2910.98
Hex334355E204Fb559b
Octal364651362011726513113
Binary11110100110101101111010010011111011010110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033435; }

 p { color: rgb(3,52,53); }

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

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

 a { background-color: rgb(3,52,53); }

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

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

 span { border-color: rgb(3,52,53); }

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