#003435

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

Shades of Cyprus #003435

Tints of Cyprus #003435

Color information

#003435 (or 0x003435) is unknown color: approx Cyprus. HEX triplet: 00, 34 and 35. RGB value is (0,52,53). Sum of RGB (Red+Green+Blue) = 0+52+53=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #003435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003435 is #FFCBCA. Grayscale: #242424. Windows color (decimal): -16763851 or 3486720. OLE color: 3486720.

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

Color convert

RGB05253-
CMYK10.0200.79
HSL181.13º100%10.39%-
HSV(B)181.13º100%20.78%-
XYZ1.872.713.79-
YUV36.57137.27101.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 49.52%
BLUE value IS 53 (21.09% from 255) = 50.48%
R=0%
G=49.52%
B=50.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0525310.0200.79181.1310010.39
Hex0343564204Fb564a
Octal064651442011726514412
Binary0110100110101110010010010011111011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003435; }

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

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

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

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

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

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

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

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