Shades of Lucky Point #202B5D
Tints of Lucky Point #202B5D
RGB
CMYK
RGB Variations
Color information
#202B5D (or 0x202B5D) is known color: Lucky Point. HEX triplet: 20, 2B and 5D. RGB value is (32,43,93). Sum of RGB (Red+Green+Blue) = 32+43+93=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #202B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B5D is #DFD4A2. Grayscale: #2D2D2D. Windows color (decimal): -14668963 or 6105888. OLE color: 6105888.
HSL color Cylindrical-coordinate representation of color #202B5D: hue angle of 229.18º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #202B5D is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 32 | 43 | 93 | - |
CMYK | 0.66 | 0.54 | 0 | 0.64 |
HSL | 229.18º | 0.49% | 0.25% | - |
HSV(B) | 229.18º | 0.66% | 0.36% | - |
XYZ | 3.44 | 2.83 | 10.72 | - |
YUV | 45.41 | 154.86 | 118.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 43 | 93 | 0.66 | 0.54 | 0 | 0.64 | 229.18 | 0.49 | 0.25 |
Hex | 20 | 2B | 5D | 42 | 36 | 0 | 40 | E5 | 31 | 19 |
Octal | 40 | 53 | 135 | 102 | 66 | 0 | 100 | 345 | 61 | 31 |
Binary | 100000 | 101011 | 1011101 | 1000010 | 110110 | 0 | 1000000 | 11100101 | 110001 | 11001 |
Color Harmonies of #202B5D
Complementary color
Monochromatic Colors of #202B5D
Black with #202B5D
Text Example
Text Example
White with #202B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B5D; }
p { color: rgb(32,43,93); }
H1.HeaderClassName
{
color: #202B5D;
}
.AnyTagClassName
{
color: #202B5D;
}
</style>
background-color css
<style>
a { background-color: #202B5D; }
a { background-color: rgb(32,43,93); }
div.DivClassName
{
background-color: #202B5D;
}
.BgClassName
{
background-color: #202B5D;
}
</style>
border-color css
<style>
span { border-color: #202B5D; }
span { border-color: rgb(32,43,93); }
td.TdClassName
{
border-color: #202B5D;
}
.TagClassName
{
border-color: #202B5D;
}
</style>