Shades of Catalina Blue #233C6D
Tints of Catalina Blue #233C6D
RGB
CMYK
RGB Variations
Color information
#233C6D (or 0x233C6D) is known color: Catalina Blue. HEX triplet: 23, 3C and 6D. RGB value is (35,60,109). Sum of RGB (Red+Green+Blue) = 35+60+109=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #233C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C6D is #DCC392. Grayscale: #393939. Windows color (decimal): -14467987 or 7158819. OLE color: 7158819.
HSL color Cylindrical-coordinate representation of color #233C6D: hue angle of 219.73º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #233C6D is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 60 | 109 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.57 |
| HSL | 219.73º | 0.51% | 0.28% | - |
| HSV(B) | 219.73º | 0.68% | 0.43% | - |
| XYZ | 5.07 | 4.69 | 15.11 | - |
| YUV | 58.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 109 | 0.68 | 0.45 | 0 | 0.57 | 219.73 | 0.51 | 0.28 |
| Hex | 23 | 3C | 6D | 44 | 2D | 0 | 39 | DC | 33 | 1C |
| Octal | 43 | 74 | 155 | 104 | 55 | 0 | 71 | 334 | 63 | 34 |
| Binary | 100011 | 111100 | 1101101 | 1000100 | 101101 | 0 | 111001 | 11011100 | 110011 | 11100 |
Color Harmonies of #233C6D
Complementary color
Monochromatic Colors of #233C6D
Black with #233C6D
Text Example
Text Example
White with #233C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C6D; }
p { color: rgb(35,60,109); }
H1.HeaderClassName
{
color: #233C6D;
}
.AnyTagClassName
{
color: #233C6D;
}
</style>
background-color css
<style>
a { background-color: #233C6D; }
a { background-color: rgb(35,60,109); }
div.DivClassName
{
background-color: #233C6D;
}
.BgClassName
{
background-color: #233C6D;
}
</style>
border-color css
<style>
span { border-color: #233C6D; }
span { border-color: rgb(35,60,109); }
td.TdClassName
{
border-color: #233C6D;
}
.TagClassName
{
border-color: #233C6D;
}
</style>