Html Css Color HEX #003336 Cyprus

📋 copy color: '#003336'

red 0 ◦ green 51 ◦ blue 54

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

Shades of Cyprus #003336

Tints of Cyprus #003336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 48.57%

 BLUE value IS 54 (21.48% from 255) = 51.43%

R = 0%
G = 48.57%
B = 51.43%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#003336 (or 0x003336) is known color: Cyprus. HEX triplet: 00, 33 and 36. RGB value is (0,51,54). Sum of RGB (Red+Green+Blue) = 0+51+54=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 54 (21.48% from 255 or 51.43% from 105); Max value from RGB is 54 - color contains mainly: blue. Hex color #003336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003336 is #FFCCC9. Grayscale: #242424. Windows color (decimal): -16764106 or 3552000. OLE color: 3552000.

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

Color convert

RGB 0 51 54 -
CMYK 1 0.06 0 0.79
HSL 183.33º 1% 0.11% -
HSV(B) 183.33º 1% 0.21% -
XYZ 1.85 2.63 3.9 -
YUV 36.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 0 51 54 1 0.06 0 0.79 183.33 1 0.11
Hex 0 33 36 64 6 0 4F B7 64 B
Octal 0 63 66 144 6 0 117 267 144 13
Binary 0 110011 110110 1100100 110 0 1001111 10110111 1100100 1011

Color Harmonies of #003336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003336

Black with #003336

Text Example


Text Example

White with #003336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003336; }

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

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

background-color css

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

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

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

border-color css

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

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

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