Shades of Cyprus #04383C
Tints of Cyprus #04383C
RGB
CMYK
RGB Variations
Color information
#04383C (or 0x04383C) is known color: Cyprus. HEX triplet: 04, 38 and 3C. RGB value is (4,56,60). Sum of RGB (Red+Green+Blue) = 4+56+60=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 60 (23.83% from 255 or 50% from 120); Max value from RGB is 60 - color contains mainly: blue. Hex color #04383C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04383C is #FBC7C3. Grayscale: #282828. Windows color (decimal): -16500676 or 3946500. OLE color: 3946500.
HSL color Cylindrical-coordinate representation of color #04383C: hue angle of 184.29º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04383C is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 56 | 60 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.76 |
| HSL | 184.29º | 0.88% | 0.13% | - |
| HSV(B) | 184.29º | 0.93% | 0.24% | - |
| XYZ | 2.28 | 3.18 | 4.77 | - |
| YUV | 40.91 | 138.77 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 56 | 60 | 0.93 | 0.07 | 0 | 0.76 | 184.29 | 0.88 | 0.13 |
| Hex | 4 | 38 | 3C | 5D | 7 | 0 | 4C | B8 | 58 | D |
| Octal | 4 | 70 | 74 | 135 | 7 | 0 | 114 | 270 | 130 | 15 |
| Binary | 100 | 111000 | 111100 | 1011101 | 111 | 0 | 1001100 | 10111000 | 1011000 | 1101 |
Color Harmonies of #04383C
Complementary color
Monochromatic Colors of #04383C
Black with #04383C
Text Example
Text Example
White with #04383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04383C; }
p { color: rgb(4,56,60); }
H1.HeaderClassName
{
color: #04383C;
}
.AnyTagClassName
{
color: #04383C;
}
</style>
background-color css
<style>
a { background-color: #04383C; }
a { background-color: rgb(4,56,60); }
div.DivClassName
{
background-color: #04383C;
}
.BgClassName
{
background-color: #04383C;
}
</style>
border-color css
<style>
span { border-color: #04383C; }
span { border-color: rgb(4,56,60); }
td.TdClassName
{
border-color: #04383C;
}
.TagClassName
{
border-color: #04383C;
}
</style>