Shades of Arapawa #304B5B
Tints of Arapawa #304B5B
RGB
CMYK
RGB Variations
Color information
#304B5B (or 0x304B5B) is known color: Arapawa. HEX triplet: 30, 4B and 5B. RGB value is (48,75,91). Sum of RGB (Red+Green+Blue) = 48+75+91=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #304B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B5B is #CFB4A4. Grayscale: #444444. Windows color (decimal): -13612197 or 5983024. OLE color: 5983024.
HSL color Cylindrical-coordinate representation of color #304B5B: hue angle of 202.33º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #304B5B is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 75 | 91 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.64 |
| HSL | 202.33º | 0.31% | 0.27% | - |
| HSV(B) | 202.33º | 0.47% | 0.36% | - |
| XYZ | 5.62 | 6.42 | 10.84 | - |
| YUV | 68.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 91 | 0.47 | 0.18 | 0 | 0.64 | 202.33 | 0.31 | 0.27 |
| Hex | 30 | 4B | 5B | 2F | 12 | 0 | 40 | CA | 1F | 1B |
| Octal | 60 | 113 | 133 | 57 | 22 | 0 | 100 | 312 | 37 | 33 |
| Binary | 110000 | 1001011 | 1011011 | 101111 | 10010 | 0 | 1000000 | 11001010 | 11111 | 11011 |
Color Harmonies of #304B5B
Complementary color
Monochromatic Colors of #304B5B
Black with #304B5B
Text Example
Text Example
White with #304B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B5B; }
p { color: rgb(48,75,91); }
H1.HeaderClassName
{
color: #304B5B;
}
.AnyTagClassName
{
color: #304B5B;
}
</style>
background-color css
<style>
a { background-color: #304B5B; }
a { background-color: rgb(48,75,91); }
div.DivClassName
{
background-color: #304B5B;
}
.BgClassName
{
background-color: #304B5B;
}
</style>
border-color css
<style>
span { border-color: #304B5B; }
span { border-color: rgb(48,75,91); }
td.TdClassName
{
border-color: #304B5B;
}
.TagClassName
{
border-color: #304B5B;
}
</style>