Shades of Catalina Blue #233A6B
Tints of Catalina Blue #233A6B
RGB
CMYK
RGB Variations
Color information
#233A6B (or 0x233A6B) is known color: Catalina Blue. HEX triplet: 23, 3A and 6B. RGB value is (35,58,107). Sum of RGB (Red+Green+Blue) = 35+58+107=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 107 (42.19% from 255 or 53.5% from 200); Max value from RGB is 107 - color contains mainly: blue. Hex color #233A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A6B is #DCC594. Grayscale: #383838. Windows color (decimal): -14468501 or 7027235. OLE color: 7027235.
HSL color Cylindrical-coordinate representation of color #233A6B: hue angle of 220.83º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #233A6B is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 58 | 107 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.58 |
| HSL | 220.83º | 0.51% | 0.28% | - |
| HSV(B) | 220.83º | 0.67% | 0.42% | - |
| XYZ | 4.86 | 4.44 | 14.51 | - |
| YUV | 56.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 107 | 0.67 | 0.46 | 0 | 0.58 | 220.83 | 0.51 | 0.28 |
| Hex | 23 | 3A | 6B | 43 | 2E | 0 | 3A | DD | 33 | 1C |
| Octal | 43 | 72 | 153 | 103 | 56 | 0 | 72 | 335 | 63 | 34 |
| Binary | 100011 | 111010 | 1101011 | 1000011 | 101110 | 0 | 111010 | 11011101 | 110011 | 11100 |
Color Harmonies of #233A6B
Complementary color
Monochromatic Colors of #233A6B
Black with #233A6B
Text Example
Text Example
White with #233A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A6B; }
p { color: rgb(35,58,107); }
H1.HeaderClassName
{
color: #233A6B;
}
.AnyTagClassName
{
color: #233A6B;
}
</style>
background-color css
<style>
a { background-color: #233A6B; }
a { background-color: rgb(35,58,107); }
div.DivClassName
{
background-color: #233A6B;
}
.BgClassName
{
background-color: #233A6B;
}
</style>
border-color css
<style>
span { border-color: #233A6B; }
span { border-color: rgb(35,58,107); }
td.TdClassName
{
border-color: #233A6B;
}
.TagClassName
{
border-color: #233A6B;
}
</style>