Shades of Hippie Blue #43819A
Tints of Hippie Blue #43819A
RGB
CMYK
RGB Variations
Color information
#43819A (or 0x43819A) is known color: Hippie Blue. HEX triplet: 43, 81 and 9A. RGB value is (67,129,154). Sum of RGB (Red+Green+Blue) = 67+129+154=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #43819A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43819A is #BC7E65. Grayscale: #717171. Windows color (decimal): -12353126 or 10125635. OLE color: 10125635.
HSL color Cylindrical-coordinate representation of color #43819A: hue angle of 197.24º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43819A is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 129 | 154 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.40 |
| HSL | 197.24º | 0.39% | 0.43% | - |
| HSV(B) | 197.24º | 0.56% | 0.6% | - |
| XYZ | 16 | 19.23 | 33.44 | - |
| YUV | 113.31 | 150.96 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 129 | 154 | 0.56 | 0.16 | 0 | 0.40 | 197.24 | 0.39 | 0.43 |
| Hex | 43 | 81 | 9A | 38 | 10 | 0 | 28 | C5 | 27 | 2B |
| Octal | 103 | 201 | 232 | 70 | 20 | 0 | 50 | 305 | 47 | 53 |
| Binary | 1000011 | 10000001 | 10011010 | 111000 | 10000 | 0 | 101000 | 11000101 | 100111 | 101011 |
Color Harmonies of #43819A
Complementary color
Monochromatic Colors of #43819A
Black with #43819A
Text Example
Text Example
White with #43819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43819A; }
p { color: rgb(67,129,154); }
H1.HeaderClassName
{
color: #43819A;
}
.AnyTagClassName
{
color: #43819A;
}
</style>
background-color css
<style>
a { background-color: #43819A; }
a { background-color: rgb(67,129,154); }
div.DivClassName
{
background-color: #43819A;
}
.BgClassName
{
background-color: #43819A;
}
</style>
border-color css
<style>
span { border-color: #43819A; }
span { border-color: rgb(67,129,154); }
td.TdClassName
{
border-color: #43819A;
}
.TagClassName
{
border-color: #43819A;
}
</style>