Shades of Celtic #263E34
Tints of Celtic #263E34
RGB
CMYK
RGB Variations
Color information
#263E34 (or 0x263E34) is known color: Celtic. HEX triplet: 26, 3E and 34. RGB value is (38,62,52). Sum of RGB (Red+Green+Blue) = 38+62+52=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #263E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263E34 is #D9C1CB. Grayscale: #353535. Windows color (decimal): -14270924 or 3423782. OLE color: 3423782.
HSL color Cylindrical-coordinate representation of color #263E34: hue angle of 155º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #263E34 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 62 | 52 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.76 |
| HSL | 155º | 0.24% | 0.2% | - |
| HSV(B) | 155º | 0.39% | 0.24% | - |
| XYZ | 3.14 | 4.11 | 3.88 | - |
| YUV | 53.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 52 | 0.39 | 0 | 0.16 | 0.76 | 155 | 0.24 | 0.2 |
| Hex | 26 | 3E | 34 | 27 | 0 | 10 | 4C | 9B | 18 | 14 |
| Octal | 46 | 76 | 64 | 47 | 0 | 20 | 114 | 233 | 30 | 24 |
| Binary | 100110 | 111110 | 110100 | 100111 | 0 | 10000 | 1001100 | 10011011 | 11000 | 10100 |
Color Harmonies of #263E34
Complementary color
Monochromatic Colors of #263E34
Black with #263E34
Text Example
Text Example
White with #263E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E34; }
p { color: rgb(38,62,52); }
H1.HeaderClassName
{
color: #263E34;
}
.AnyTagClassName
{
color: #263E34;
}
</style>
background-color css
<style>
a { background-color: #263E34; }
a { background-color: rgb(38,62,52); }
div.DivClassName
{
background-color: #263E34;
}
.BgClassName
{
background-color: #263E34;
}
</style>
border-color css
<style>
span { border-color: #263E34; }
span { border-color: rgb(38,62,52); }
td.TdClassName
{
border-color: #263E34;
}
.TagClassName
{
border-color: #263E34;
}
</style>