Shades of Arapawa #274E67
Tints of Arapawa #274E67
RGB
CMYK
RGB Variations
Color information
#274E67 (or 0x274E67) is known color: Arapawa. HEX triplet: 27, 4E and 67. RGB value is (39,78,103). Sum of RGB (Red+Green+Blue) = 39+78+103=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #274E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E67 is #D8B198. Grayscale: #454545. Windows color (decimal): -14201241 or 6770215. OLE color: 6770215.
HSL color Cylindrical-coordinate representation of color #274E67: hue angle of 203.44º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #274E67 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 78 | 103 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.60 |
| HSL | 203.44º | 0.45% | 0.28% | - |
| HSV(B) | 203.44º | 0.62% | 0.4% | - |
| XYZ | 6.01 | 6.86 | 13.84 | - |
| YUV | 69.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 103 | 0.62 | 0.24 | 0 | 0.60 | 203.44 | 0.45 | 0.28 |
| Hex | 27 | 4E | 67 | 3E | 18 | 0 | 3C | CB | 2D | 1C |
| Octal | 47 | 116 | 147 | 76 | 30 | 0 | 74 | 313 | 55 | 34 |
| Binary | 100111 | 1001110 | 1100111 | 111110 | 11000 | 0 | 111100 | 11001011 | 101101 | 11100 |
Color Harmonies of #274E67
Complementary color
Monochromatic Colors of #274E67
Black with #274E67
Text Example
Text Example
White with #274E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274E67; }
p { color: rgb(39,78,103); }
H1.HeaderClassName
{
color: #274E67;
}
.AnyTagClassName
{
color: #274E67;
}
</style>
background-color css
<style>
a { background-color: #274E67; }
a { background-color: rgb(39,78,103); }
div.DivClassName
{
background-color: #274E67;
}
.BgClassName
{
background-color: #274E67;
}
</style>
border-color css
<style>
span { border-color: #274E67; }
span { border-color: rgb(39,78,103); }
td.TdClassName
{
border-color: #274E67;
}
.TagClassName
{
border-color: #274E67;
}
</style>