Shades of Catalina Blue #233E6E
Tints of Catalina Blue #233E6E
RGB
CMYK
RGB Variations
Color information
#233E6E (or 0x233E6E) is known color: Catalina Blue. HEX triplet: 23, 3E and 6E. RGB value is (35,62,110). Sum of RGB (Red+Green+Blue) = 35+62+110=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #233E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E6E is #DCC191. Grayscale: #3B3B3B. Windows color (decimal): -14467474 or 7224867. OLE color: 7224867.
HSL color Cylindrical-coordinate representation of color #233E6E: hue angle of 218.4º degrees, saturation: 0.52, 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 #233E6E is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 62 | 110 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.57 |
| HSL | 218.4º | 0.52% | 0.28% | - |
| HSV(B) | 218.4º | 0.68% | 0.43% | - |
| XYZ | 5.23 | 4.93 | 15.43 | - |
| YUV | 59.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 110 | 0.68 | 0.44 | 0 | 0.57 | 218.4 | 0.52 | 0.28 |
| Hex | 23 | 3E | 6E | 44 | 2C | 0 | 39 | DA | 34 | 1C |
| Octal | 43 | 76 | 156 | 104 | 54 | 0 | 71 | 332 | 64 | 34 |
| Binary | 100011 | 111110 | 1101110 | 1000100 | 101100 | 0 | 111001 | 11011010 | 110100 | 11100 |
Color Harmonies of #233E6E
Complementary color
Monochromatic Colors of #233E6E
Black with #233E6E
Text Example
Text Example
White with #233E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E6E; }
p { color: rgb(35,62,110); }
H1.HeaderClassName
{
color: #233E6E;
}
.AnyTagClassName
{
color: #233E6E;
}
</style>
background-color css
<style>
a { background-color: #233E6E; }
a { background-color: rgb(35,62,110); }
div.DivClassName
{
background-color: #233E6E;
}
.BgClassName
{
background-color: #233E6E;
}
</style>
border-color css
<style>
span { border-color: #233E6E; }
span { border-color: rgb(35,62,110); }
td.TdClassName
{
border-color: #233E6E;
}
.TagClassName
{
border-color: #233E6E;
}
</style>