Shades of Catalina Blue #253A6A
Tints of Catalina Blue #253A6A
RGB
CMYK
RGB Variations
Color information
#253A6A (or 0x253A6A) is known color: Catalina Blue. HEX triplet: 25, 3A and 6A. RGB value is (37,58,106). Sum of RGB (Red+Green+Blue) = 37+58+106=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #253A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A6A is #DAC595. Grayscale: #383838. Windows color (decimal): -14337430 or 6961701. OLE color: 6961701.
HSL color Cylindrical-coordinate representation of color #253A6A: hue angle of 221.74º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #253A6A is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 58 | 106 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.58 |
| HSL | 221.74º | 0.48% | 0.28% | - |
| HSV(B) | 221.74º | 0.65% | 0.42% | - |
| XYZ | 4.88 | 4.46 | 14.24 | - |
| YUV | 57.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 106 | 0.65 | 0.45 | 0 | 0.58 | 221.74 | 0.48 | 0.28 |
| Hex | 25 | 3A | 6A | 41 | 2D | 0 | 3A | DE | 30 | 1C |
| Octal | 45 | 72 | 152 | 101 | 55 | 0 | 72 | 336 | 60 | 34 |
| Binary | 100101 | 111010 | 1101010 | 1000001 | 101101 | 0 | 111010 | 11011110 | 110000 | 11100 |
Color Harmonies of #253A6A
Complementary color
Monochromatic Colors of #253A6A
Black with #253A6A
Text Example
Text Example
White with #253A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A6A; }
p { color: rgb(37,58,106); }
H1.HeaderClassName
{
color: #253A6A;
}
.AnyTagClassName
{
color: #253A6A;
}
</style>
background-color css
<style>
a { background-color: #253A6A; }
a { background-color: rgb(37,58,106); }
div.DivClassName
{
background-color: #253A6A;
}
.BgClassName
{
background-color: #253A6A;
}
</style>
border-color css
<style>
span { border-color: #253A6A; }
span { border-color: rgb(37,58,106); }
td.TdClassName
{
border-color: #253A6A;
}
.TagClassName
{
border-color: #253A6A;
}
</style>