Shades of Catalina Blue #233E67
Tints of Catalina Blue #233E67
RGB
CMYK
RGB Variations
Color information
#233E67 (or 0x233E67) is known color: Catalina Blue. HEX triplet: 23, 3E and 67. RGB value is (35,62,103). Sum of RGB (Red+Green+Blue) = 35+62+103=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #233E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E67 is #DCC198. Grayscale: #3A3A3A. Windows color (decimal): -14467481 or 6766115. OLE color: 6766115.
HSL color Cylindrical-coordinate representation of color #233E67: hue angle of 216.18º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #233E67 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 62 | 103 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.60 |
| HSL | 216.18º | 0.49% | 0.27% | - |
| HSV(B) | 216.18º | 0.66% | 0.4% | - |
| XYZ | 4.86 | 4.78 | 13.5 | - |
| YUV | 58.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 103 | 0.66 | 0.40 | 0 | 0.60 | 216.18 | 0.49 | 0.27 |
| Hex | 23 | 3E | 67 | 42 | 28 | 0 | 3C | D8 | 31 | 1B |
| Octal | 43 | 76 | 147 | 102 | 50 | 0 | 74 | 330 | 61 | 33 |
| Binary | 100011 | 111110 | 1100111 | 1000010 | 101000 | 0 | 111100 | 11011000 | 110001 | 11011 |
Color Harmonies of #233E67
Complementary color
Monochromatic Colors of #233E67
Black with #233E67
Text Example
Text Example
White with #233E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E67; }
p { color: rgb(35,62,103); }
H1.HeaderClassName
{
color: #233E67;
}
.AnyTagClassName
{
color: #233E67;
}
</style>
background-color css
<style>
a { background-color: #233E67; }
a { background-color: rgb(35,62,103); }
div.DivClassName
{
background-color: #233E67;
}
.BgClassName
{
background-color: #233E67;
}
</style>
border-color css
<style>
span { border-color: #233E67; }
span { border-color: rgb(35,62,103); }
td.TdClassName
{
border-color: #233E67;
}
.TagClassName
{
border-color: #233E67;
}
</style>