Html Css Color HEX #003435 Cyprus

📋 copy color: '#003435'

red 0 ◦ green 52 ◦ blue 53

#003435
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #003435

Tints of Cyprus #003435

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 52 (20.7% from 255) = 49.52%

 BLUE value IS 53 (21.09% from 255) = 50.48%

R = 0%
G = 49.52%
B = 50.48%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#003435 (or 0x003435) is known color: 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

RGB 0 52 53 -
CMYK 1 0.02 0 0.79
HSL 181.13º 1% 0.1% -
HSV(B) 181.13º 1% 0.21% -
XYZ 1.87 2.71 3.79 -
YUV 36.57 137.27 101.92 -
System Red Green Blue C M Y K H S L
Decimal 0 52 53 1 0.02 0 0.79 181.13 1 0.1
Hex 0 34 35 64 2 0 4F B5 64 A
Octal 0 64 65 144 2 0 117 265 144 12
Binary 0 110100 110101 1100100 10 0 1001111 10110101 1100100 1010

Color Harmonies of #003435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003435

Black with #003435

Text Example


Text Example

White with #003435

Text Example


Text Example

HTML Codes & Css Web 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>