Shades of Cyprus #00363A
Tints of Cyprus #00363A
RGB
CMYK
RGB Variations
Color information
#00363A (or 0x00363A) is known color: Cyprus. HEX triplet: 00, 36 and 3A. RGB value is (0,54,58). Sum of RGB (Red+Green+Blue) = 0+54+58=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #00363A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00363A is #FFC9C5. Grayscale: #262626. Windows color (decimal): -16763334 or 3814912. OLE color: 3814912.
HSL color Cylindrical-coordinate representation of color #00363A: hue angle of 184.14º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00363A is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 54 | 58 | - |
| CMYK | 1 | 0.07 | 0 | 0.77 |
| HSL | 184.14º | 1% | 0.11% | - |
| HSV(B) | 184.14º | 1% | 0.23% | - |
| XYZ | 2.08 | 2.94 | 4.46 | - |
| YUV | 38.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 58 | 1 | 0.07 | 0 | 0.77 | 184.14 | 1 | 0.11 |
| Hex | 0 | 36 | 3A | 64 | 7 | 0 | 4D | B8 | 64 | B |
| Octal | 0 | 66 | 72 | 144 | 7 | 0 | 115 | 270 | 144 | 13 |
| Binary | 0 | 110110 | 111010 | 1100100 | 111 | 0 | 1001101 | 10111000 | 1100100 | 1011 |
Color Harmonies of #00363A
Complementary color
Monochromatic Colors of #00363A
Black with #00363A
Text Example
Text Example
White with #00363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00363A; }
p { color: rgb(0,54,58); }
H1.HeaderClassName
{
color: #00363A;
}
.AnyTagClassName
{
color: #00363A;
}
</style>
background-color css
<style>
a { background-color: #00363A; }
a { background-color: rgb(0,54,58); }
div.DivClassName
{
background-color: #00363A;
}
.BgClassName
{
background-color: #00363A;
}
</style>
border-color css
<style>
span { border-color: #00363A; }
span { border-color: rgb(0,54,58); }
td.TdClassName
{
border-color: #00363A;
}
.TagClassName
{
border-color: #00363A;
}
</style>