Shades of Catalina Blue #283B5A
Tints of Catalina Blue #283B5A
RGB
CMYK
RGB Variations
Color information
#283B5A (or 0x283B5A) is known color: Catalina Blue. HEX triplet: 28, 3B and 5A. RGB value is (40,59,90). Sum of RGB (Red+Green+Blue) = 40+59+90=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #283B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283B5A is #D7C4A5. Grayscale: #383838. Windows color (decimal): -14140582 or 5913384. OLE color: 5913384.
HSL color Cylindrical-coordinate representation of color #283B5A: hue angle of 217.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #283B5A is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 59 | 90 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.65 |
| HSL | 217.2º | 0.38% | 0.25% | - |
| HSV(B) | 217.2º | 0.56% | 0.35% | - |
| XYZ | 4.28 | 4.32 | 10.28 | - |
| YUV | 56.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 90 | 0.56 | 0.34 | 0 | 0.65 | 217.2 | 0.38 | 0.25 |
| Hex | 28 | 3B | 5A | 38 | 22 | 0 | 41 | D9 | 26 | 19 |
| Octal | 50 | 73 | 132 | 70 | 42 | 0 | 101 | 331 | 46 | 31 |
| Binary | 101000 | 111011 | 1011010 | 111000 | 100010 | 0 | 1000001 | 11011001 | 100110 | 11001 |
Color Harmonies of #283B5A
Complementary color
Monochromatic Colors of #283B5A
Black with #283B5A
Text Example
Text Example
White with #283B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B5A; }
p { color: rgb(40,59,90); }
H1.HeaderClassName
{
color: #283B5A;
}
.AnyTagClassName
{
color: #283B5A;
}
</style>
background-color css
<style>
a { background-color: #283B5A; }
a { background-color: rgb(40,59,90); }
div.DivClassName
{
background-color: #283B5A;
}
.BgClassName
{
background-color: #283B5A;
}
</style>
border-color css
<style>
span { border-color: #283B5A; }
span { border-color: rgb(40,59,90); }
td.TdClassName
{
border-color: #283B5A;
}
.TagClassName
{
border-color: #283B5A;
}
</style>