Shades of Catalina Blue #233862
Tints of Catalina Blue #233862
RGB
CMYK
RGB Variations
Color information
#233862 (or 0x233862) is known color: Catalina Blue. HEX triplet: 23, 38 and 62. RGB value is (35,56,98). Sum of RGB (Red+Green+Blue) = 35+56+98=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #233862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233862 is #DCC79D. Grayscale: #363636. Windows color (decimal): -14469022 or 6436899. OLE color: 6436899.
HSL color Cylindrical-coordinate representation of color #233862: hue angle of 220º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #233862 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 56 | 98 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.62 |
| HSL | 220º | 0.47% | 0.26% | - |
| HSV(B) | 220º | 0.64% | 0.38% | - |
| XYZ | 4.31 | 4.07 | 12.11 | - |
| YUV | 54.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 98 | 0.64 | 0.43 | 0 | 0.62 | 220 | 0.47 | 0.26 |
| Hex | 23 | 38 | 62 | 40 | 2B | 0 | 3E | DC | 2F | 1A |
| Octal | 43 | 70 | 142 | 100 | 53 | 0 | 76 | 334 | 57 | 32 |
| Binary | 100011 | 111000 | 1100010 | 1000000 | 101011 | 0 | 111110 | 11011100 | 101111 | 11010 |
Color Harmonies of #233862
Complementary color
Monochromatic Colors of #233862
Black with #233862
Text Example
Text Example
White with #233862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233862; }
p { color: rgb(35,56,98); }
H1.HeaderClassName
{
color: #233862;
}
.AnyTagClassName
{
color: #233862;
}
</style>
background-color css
<style>
a { background-color: #233862; }
a { background-color: rgb(35,56,98); }
div.DivClassName
{
background-color: #233862;
}
.BgClassName
{
background-color: #233862;
}
</style>
border-color css
<style>
span { border-color: #233862; }
span { border-color: rgb(35,56,98); }
td.TdClassName
{
border-color: #233862;
}
.TagClassName
{
border-color: #233862;
}
</style>