Shades of Catalina Blue #233E64
Tints of Catalina Blue #233E64
RGB
CMYK
RGB Variations
Color information
#233E64 (or 0x233E64) is known color: Catalina Blue. HEX triplet: 23, 3E and 64. RGB value is (35,62,100). Sum of RGB (Red+Green+Blue) = 35+62+100=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 100 (39.45% from 255 or 50.76% from 197); Max value from RGB is 100 - color contains mainly: blue. Hex color #233E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E64 is #DCC19B. Grayscale: #3A3A3A. Windows color (decimal): -14467484 or 6569507. OLE color: 6569507.
HSL color Cylindrical-coordinate representation of color #233E64: hue angle of 215.08º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #233E64 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 62 | 100 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.61 |
| HSL | 215.08º | 0.48% | 0.26% | - |
| HSV(B) | 215.08º | 0.65% | 0.39% | - |
| XYZ | 4.72 | 4.72 | 12.72 | - |
| YUV | 58.26 | 151.55 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 100 | 0.65 | 0.38 | 0 | 0.61 | 215.08 | 0.48 | 0.26 |
| Hex | 23 | 3E | 64 | 41 | 26 | 0 | 3D | D7 | 30 | 1A |
| Octal | 43 | 76 | 144 | 101 | 46 | 0 | 75 | 327 | 60 | 32 |
| Binary | 100011 | 111110 | 1100100 | 1000001 | 100110 | 0 | 111101 | 11010111 | 110000 | 11010 |
Color Harmonies of #233E64
Complementary color
Monochromatic Colors of #233E64
Black with #233E64
Text Example
Text Example
White with #233E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E64; }
p { color: rgb(35,62,100); }
H1.HeaderClassName
{
color: #233E64;
}
.AnyTagClassName
{
color: #233E64;
}
</style>
background-color css
<style>
a { background-color: #233E64; }
a { background-color: rgb(35,62,100); }
div.DivClassName
{
background-color: #233E64;
}
.BgClassName
{
background-color: #233E64;
}
</style>
border-color css
<style>
span { border-color: #233E64; }
span { border-color: rgb(35,62,100); }
td.TdClassName
{
border-color: #233E64;
}
.TagClassName
{
border-color: #233E64;
}
</style>