Shades of Catalina Blue #233D5C
Tints of Catalina Blue #233D5C
RGB
CMYK
RGB Variations
Color information
#233D5C (or 0x233D5C) is known color: Catalina Blue. HEX triplet: 23, 3D and 5C. RGB value is (35,61,92). Sum of RGB (Red+Green+Blue) = 35+61+92=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #233D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D5C is #DCC2A3. Grayscale: #383838. Windows color (decimal): -14467748 or 6044963. OLE color: 6044963.
HSL color Cylindrical-coordinate representation of color #233D5C: hue angle of 212.63º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #233D5C is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 61 | 92 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.64 |
| HSL | 212.63º | 0.45% | 0.25% | - |
| HSV(B) | 212.63º | 0.62% | 0.36% | - |
| XYZ | 4.29 | 4.47 | 10.76 | - |
| YUV | 56.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 92 | 0.62 | 0.34 | 0 | 0.64 | 212.63 | 0.45 | 0.25 |
| Hex | 23 | 3D | 5C | 3E | 22 | 0 | 40 | D5 | 2D | 19 |
| Octal | 43 | 75 | 134 | 76 | 42 | 0 | 100 | 325 | 55 | 31 |
| Binary | 100011 | 111101 | 1011100 | 111110 | 100010 | 0 | 1000000 | 11010101 | 101101 | 11001 |
Color Harmonies of #233D5C
Complementary color
Monochromatic Colors of #233D5C
Black with #233D5C
Text Example
Text Example
White with #233D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D5C; }
p { color: rgb(35,61,92); }
H1.HeaderClassName
{
color: #233D5C;
}
.AnyTagClassName
{
color: #233D5C;
}
</style>
background-color css
<style>
a { background-color: #233D5C; }
a { background-color: rgb(35,61,92); }
div.DivClassName
{
background-color: #233D5C;
}
.BgClassName
{
background-color: #233D5C;
}
</style>
border-color css
<style>
span { border-color: #233D5C; }
span { border-color: rgb(35,61,92); }
td.TdClassName
{
border-color: #233D5C;
}
.TagClassName
{
border-color: #233D5C;
}
</style>