Shades of Catalina Blue #283F64
Tints of Catalina Blue #283F64
RGB
CMYK
RGB Variations
Color information
#283F64 (or 0x283F64) is known color: Catalina Blue. HEX triplet: 28, 3F and 64. RGB value is (40,63,100). Sum of RGB (Red+Green+Blue) = 40+63+100=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #283F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F64 is #D7C09B. Grayscale: #3C3C3C. Windows color (decimal): -14139548 or 6569768. OLE color: 6569768.
HSL color Cylindrical-coordinate representation of color #283F64: hue angle of 217º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #283F64 is Cyan = 0.6, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 63 | 100 | - |
| CMYK | 0.6 | 0.37 | 0 | 0.61 |
| HSL | 217º | 0.43% | 0.27% | - |
| HSV(B) | 217º | 0.6% | 0.39% | - |
| XYZ | 4.95 | 4.93 | 12.75 | - |
| YUV | 60.34 | 150.38 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 100 | 0.6 | 0.37 | 0 | 0.61 | 217 | 0.43 | 0.27 |
| Hex | 28 | 3F | 64 | 3C | 25 | 0 | 3D | D9 | 2B | 1B |
| Octal | 50 | 77 | 144 | 74 | 45 | 0 | 75 | 331 | 53 | 33 |
| Binary | 101000 | 111111 | 1100100 | 111100 | 100101 | 0 | 111101 | 11011001 | 101011 | 11011 |
Color Harmonies of #283F64
Complementary color
Monochromatic Colors of #283F64
Black with #283F64
Text Example
Text Example
White with #283F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F64; }
p { color: rgb(40,63,100); }
H1.HeaderClassName
{
color: #283F64;
}
.AnyTagClassName
{
color: #283F64;
}
</style>
background-color css
<style>
a { background-color: #283F64; }
a { background-color: rgb(40,63,100); }
div.DivClassName
{
background-color: #283F64;
}
.BgClassName
{
background-color: #283F64;
}
</style>
border-color css
<style>
span { border-color: #283F64; }
span { border-color: rgb(40,63,100); }
td.TdClassName
{
border-color: #283F64;
}
.TagClassName
{
border-color: #283F64;
}
</style>