Shades of Curious Blue #2384BD
Tints of Curious Blue #2384BD
RGB
CMYK
RGB Variations
Color information
#2384BD (or 0x2384BD) is known color: Curious Blue. HEX triplet: 23, 84 and BD. RGB value is (35,132,189). Sum of RGB (Red+Green+Blue) = 35+132+189=356 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.83% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #2384BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2384BD is #DC7B42. Grayscale: #6D6D6D. Windows color (decimal): -14449475 or 12420131. OLE color: 12420131.
HSL color Cylindrical-coordinate representation of color #2384BD: hue angle of 202.21º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2384BD is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 132 | 189 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.26 |
| HSL | 202.21º | 0.69% | 0.44% | - |
| HSV(B) | 202.21º | 0.81% | 0.74% | - |
| XYZ | 18.13 | 20.53 | 51.15 | - |
| YUV | 109.5 | 172.86 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 132 | 189 | 0.81 | 0.30 | 0 | 0.26 | 202.21 | 0.69 | 0.44 |
| Hex | 23 | 84 | BD | 51 | 1E | 0 | 1A | CA | 45 | 2C |
| Octal | 43 | 204 | 275 | 121 | 36 | 0 | 32 | 312 | 105 | 54 |
| Binary | 100011 | 10000100 | 10111101 | 1010001 | 11110 | 0 | 11010 | 11001010 | 1000101 | 101100 |
Color Harmonies of #2384BD
Complementary color
Monochromatic Colors of #2384BD
Black with #2384BD
Text Example
Text Example
White with #2384BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2384BD; }
p { color: rgb(35,132,189); }
H1.HeaderClassName
{
color: #2384BD;
}
.AnyTagClassName
{
color: #2384BD;
}
</style>
background-color css
<style>
a { background-color: #2384BD; }
a { background-color: rgb(35,132,189); }
div.DivClassName
{
background-color: #2384BD;
}
.BgClassName
{
background-color: #2384BD;
}
</style>
border-color css
<style>
span { border-color: #2384BD; }
span { border-color: rgb(35,132,189); }
td.TdClassName
{
border-color: #2384BD;
}
.TagClassName
{
border-color: #2384BD;
}
</style>