Html Css Color HEX #003236 Cyprus

📋 copy color: '#003236'

red 0 ◦ green 50 ◦ blue 54

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

Shades of Cyprus #003236

Tints of Cyprus #003236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 48.08%

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

R = 0%
G = 48.08%
B = 51.92%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#003236 (or 0x003236) is known color: Cyprus. HEX triplet: 00, 32 and 36. RGB value is (0,50,54). Sum of RGB (Red+Green+Blue) = 0+50+54=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #003236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003236 is #FFCDC9. Grayscale: #232323. Windows color (decimal): -16764362 or 3551744. OLE color: 3551744.

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

Color convert

RGB 0 50 54 -
CMYK 1 0.07 0 0.79
HSL 184.44º 1% 0.11% -
HSV(B) 184.44º 1% 0.21% -
XYZ 1.81 2.55 3.89 -
YUV 35.51 138.44 102.67 -
System Red Green Blue C M Y K H S L
Decimal 0 50 54 1 0.07 0 0.79 184.44 1 0.11
Hex 0 32 36 64 7 0 4F B8 64 B
Octal 0 62 66 144 7 0 117 270 144 13
Binary 0 110010 110110 1100100 111 0 1001111 10111000 1100100 1011

Color Harmonies of #003236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003236

Black with #003236

Text Example


Text Example

White with #003236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003236; }

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

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

background-color css

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

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

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

border-color css

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

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

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