Shades of Corn Flower Blue #42436F
Tints of Corn Flower Blue #42436F
RGB
CMYK
RGB Variations
Color information
#42436F (or 0x42436F) is known color: Corn Flower Blue. HEX triplet: 42, 43 and 6F. RGB value is (66,67,111). Sum of RGB (Red+Green+Blue) = 66+67+111=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #42436F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42436F is #BDBC90. Grayscale: #474747. Windows color (decimal): -12434577 or 7291714. OLE color: 7291714.
HSL color Cylindrical-coordinate representation of color #42436F: hue angle of 238.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42436F is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 67 | 111 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.56 |
| HSL | 238.67º | 0.25% | 0.35% | - |
| HSV(B) | 238.67º | 0.41% | 0.44% | - |
| XYZ | 7.12 | 6.32 | 15.88 | - |
| YUV | 71.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 111 | 0.41 | 0.40 | 0 | 0.56 | 238.67 | 0.25 | 0.35 |
| Hex | 42 | 43 | 6F | 29 | 28 | 0 | 38 | EF | 19 | 23 |
| Octal | 102 | 103 | 157 | 51 | 50 | 0 | 70 | 357 | 31 | 43 |
| Binary | 1000010 | 1000011 | 1101111 | 101001 | 101000 | 0 | 111000 | 11101111 | 11001 | 100011 |
Color Harmonies of #42436F
Complementary color
Monochromatic Colors of #42436F
Black with #42436F
Text Example
Text Example
White with #42436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42436F; }
p { color: rgb(66,67,111); }
H1.HeaderClassName
{
color: #42436F;
}
.AnyTagClassName
{
color: #42436F;
}
</style>
background-color css
<style>
a { background-color: #42436F; }
a { background-color: rgb(66,67,111); }
div.DivClassName
{
background-color: #42436F;
}
.BgClassName
{
background-color: #42436F;
}
</style>
border-color css
<style>
span { border-color: #42436F; }
span { border-color: rgb(66,67,111); }
td.TdClassName
{
border-color: #42436F;
}
.TagClassName
{
border-color: #42436F;
}
</style>