Shades of Arapawa #274D5B
Tints of Arapawa #274D5B
RGB
CMYK
RGB Variations
Color information
#274D5B (or 0x274D5B) is known color: Arapawa. HEX triplet: 27, 4D and 5B. RGB value is (39,77,91). Sum of RGB (Red+Green+Blue) = 39+77+91=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #274D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D5B is #D8B2A4. Grayscale: #434343. Windows color (decimal): -14201509 or 5983527. OLE color: 5983527.
HSL color Cylindrical-coordinate representation of color #274D5B: hue angle of 196.15º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #274D5B is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 77 | 91 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.64 |
| HSL | 196.15º | 0.4% | 0.25% | - |
| HSV(B) | 196.15º | 0.57% | 0.36% | - |
| XYZ | 5.38 | 6.49 | 10.87 | - |
| YUV | 67.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 91 | 0.57 | 0.15 | 0 | 0.64 | 196.15 | 0.4 | 0.25 |
| Hex | 27 | 4D | 5B | 39 | F | 0 | 40 | C4 | 28 | 19 |
| Octal | 47 | 115 | 133 | 71 | 17 | 0 | 100 | 304 | 50 | 31 |
| Binary | 100111 | 1001101 | 1011011 | 111001 | 1111 | 0 | 1000000 | 11000100 | 101000 | 11001 |
Color Harmonies of #274D5B
Complementary color
Monochromatic Colors of #274D5B
Black with #274D5B
Text Example
Text Example
White with #274D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274D5B; }
p { color: rgb(39,77,91); }
H1.HeaderClassName
{
color: #274D5B;
}
.AnyTagClassName
{
color: #274D5B;
}
</style>
background-color css
<style>
a { background-color: #274D5B; }
a { background-color: rgb(39,77,91); }
div.DivClassName
{
background-color: #274D5B;
}
.BgClassName
{
background-color: #274D5B;
}
</style>
border-color css
<style>
span { border-color: #274D5B; }
span { border-color: rgb(39,77,91); }
td.TdClassName
{
border-color: #274D5B;
}
.TagClassName
{
border-color: #274D5B;
}
</style>