Shades of Arapawa #2D4E62
Tints of Arapawa #2D4E62
RGB
CMYK
RGB Variations
Color information
#2D4E62 (or 0x2D4E62) is known color: Arapawa. HEX triplet: 2D, 4E and 62. RGB value is (45,78,98). Sum of RGB (Red+Green+Blue) = 45+78+98=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #2D4E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D4E62 is #D2B19D. Grayscale: #464646. Windows color (decimal): -13808030 or 6442541. OLE color: 6442541.
HSL color Cylindrical-coordinate representation of color #2D4E62: hue angle of 202.64º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D4E62 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
RGB | 45 | 78 | 98 | - |
CMYK | 0.54 | 0.20 | 0 | 0.62 |
HSL | 202.64º | 0.37% | 0.28% | - |
HSV(B) | 202.64º | 0.54% | 0.38% | - |
XYZ | 6.01 | 6.89 | 12.57 | - |
YUV | 70.41 | 143.57 | 109.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 78 | 98 | 0.54 | 0.20 | 0 | 0.62 | 202.64 | 0.37 | 0.28 |
Hex | 2D | 4E | 62 | 36 | 14 | 0 | 3E | CB | 25 | 1C |
Octal | 55 | 116 | 142 | 66 | 24 | 0 | 76 | 313 | 45 | 34 |
Binary | 101101 | 1001110 | 1100010 | 110110 | 10100 | 0 | 111110 | 11001011 | 100101 | 11100 |
Color Harmonies of #2D4E62
Complementary color
Monochromatic Colors of #2D4E62
Black with #2D4E62
Text Example
Text Example
White with #2D4E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4E62; }
p { color: rgb(45,78,98); }
H1.HeaderClassName
{
color: #2D4E62;
}
.AnyTagClassName
{
color: #2D4E62;
}
</style>
background-color css
<style>
a { background-color: #2D4E62; }
a { background-color: rgb(45,78,98); }
div.DivClassName
{
background-color: #2D4E62;
}
.BgClassName
{
background-color: #2D4E62;
}
</style>
border-color css
<style>
span { border-color: #2D4E62; }
span { border-color: rgb(45,78,98); }
td.TdClassName
{
border-color: #2D4E62;
}
.TagClassName
{
border-color: #2D4E62;
}
</style>