Shades of Catalina Blue #283B62
Tints of Catalina Blue #283B62
RGB
CMYK
RGB Variations
Color information
#283B62 (or 0x283B62) is known color: Catalina Blue. HEX triplet: 28, 3B and 62. RGB value is (40,59,98). Sum of RGB (Red+Green+Blue) = 40+59+98=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #283B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283B62 is #D7C49D. Grayscale: #393939. Windows color (decimal): -14140574 or 6437672. OLE color: 6437672.
HSL color Cylindrical-coordinate representation of color #283B62: hue angle of 220.34º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #283B62 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 59 | 98 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.62 |
| HSL | 220.34º | 0.42% | 0.27% | - |
| HSV(B) | 220.34º | 0.59% | 0.38% | - |
| XYZ | 4.64 | 4.46 | 12.17 | - |
| YUV | 57.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 98 | 0.59 | 0.40 | 0 | 0.62 | 220.34 | 0.42 | 0.27 |
| Hex | 28 | 3B | 62 | 3B | 28 | 0 | 3E | DC | 2A | 1B |
| Octal | 50 | 73 | 142 | 73 | 50 | 0 | 76 | 334 | 52 | 33 |
| Binary | 101000 | 111011 | 1100010 | 111011 | 101000 | 0 | 111110 | 11011100 | 101010 | 11011 |
Color Harmonies of #283B62
Complementary color
Monochromatic Colors of #283B62
Black with #283B62
Text Example
Text Example
White with #283B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B62; }
p { color: rgb(40,59,98); }
H1.HeaderClassName
{
color: #283B62;
}
.AnyTagClassName
{
color: #283B62;
}
</style>
background-color css
<style>
a { background-color: #283B62; }
a { background-color: rgb(40,59,98); }
div.DivClassName
{
background-color: #283B62;
}
.BgClassName
{
background-color: #283B62;
}
</style>
border-color css
<style>
span { border-color: #283B62; }
span { border-color: rgb(40,59,98); }
td.TdClassName
{
border-color: #283B62;
}
.TagClassName
{
border-color: #283B62;
}
</style>