Shades of Arapawa #274E65
Tints of Arapawa #274E65
RGB
CMYK
RGB Variations
Color information
#274E65 (or 0x274E65) is known color: Arapawa. HEX triplet: 27, 4E and 65. RGB value is (39,78,101). Sum of RGB (Red+Green+Blue) = 39+78+101=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #274E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E65 is #D8B19A. Grayscale: #444444. Windows color (decimal): -14201243 or 6639143. OLE color: 6639143.
HSL color Cylindrical-coordinate representation of color #274E65: hue angle of 202.26º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #274E65 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 78 | 101 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.60 |
| HSL | 202.26º | 0.44% | 0.27% | - |
| HSV(B) | 202.26º | 0.61% | 0.4% | - |
| XYZ | 5.91 | 6.82 | 13.32 | - |
| YUV | 68.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 101 | 0.61 | 0.23 | 0 | 0.60 | 202.26 | 0.44 | 0.27 |
| Hex | 27 | 4E | 65 | 3D | 17 | 0 | 3C | CA | 2C | 1B |
| Octal | 47 | 116 | 145 | 75 | 27 | 0 | 74 | 312 | 54 | 33 |
| Binary | 100111 | 1001110 | 1100101 | 111101 | 10111 | 0 | 111100 | 11001010 | 101100 | 11011 |
Color Harmonies of #274E65
Complementary color
Monochromatic Colors of #274E65
Black with #274E65
Text Example
Text Example
White with #274E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274E65; }
p { color: rgb(39,78,101); }
H1.HeaderClassName
{
color: #274E65;
}
.AnyTagClassName
{
color: #274E65;
}
</style>
background-color css
<style>
a { background-color: #274E65; }
a { background-color: rgb(39,78,101); }
div.DivClassName
{
background-color: #274E65;
}
.BgClassName
{
background-color: #274E65;
}
</style>
border-color css
<style>
span { border-color: #274E65; }
span { border-color: rgb(39,78,101); }
td.TdClassName
{
border-color: #274E65;
}
.TagClassName
{
border-color: #274E65;
}
</style>