Html Css Color HEX #003533 Cyprus

📋 copy color: '#003533'

red 0 ◦ green 53 ◦ blue 51

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

Shades of Cyprus #003533

Tints of Cyprus #003533

RGB

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

 GREEN value IS 53 (21.09% from 255) = 50.96%

 BLUE value IS 51 (20.31% from 255) = 49.04%

R = 0%
G = 50.96%
B = 49.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#003533 (or 0x003533) is known color: Cyprus. HEX triplet: 00, 35 and 33. RGB value is (0,53,51). Sum of RGB (Red+Green+Blue) = 0+53+51=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 51 (20.31% from 255 or 49.04% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #003533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003533 is #FFCACC. Grayscale: #242424. Windows color (decimal): -16763597 or 3355904. OLE color: 3355904.

HSL color Cylindrical-coordinate representation of color #003533: hue angle of 177.74º 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 #003533 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 53 51 -
CMYK 1 0 0.04 0.79
HSL 177.74º 1% 0.1% -
HSV(B) 177.74º 1% 0.21% -
XYZ 1.87 2.79 3.57 -
YUV 36.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 0 53 51 1 0 0.04 0.79 177.74 1 0.1
Hex 0 35 33 64 0 4 4F B2 64 A
Octal 0 65 63 144 0 4 117 262 144 12
Binary 0 110101 110011 1100100 0 100 1001111 10110010 1100100 1010

Color Harmonies of #003533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003533

Black with #003533

Text Example


Text Example

White with #003533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003533; }

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

 H1.HeaderClassName
 {
   color: #003533;
 }
 .AnyTagClassName
 {
   color: #003533;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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