Shades of Persian Blue #2643CC
Tints of Persian Blue #2643CC
RGB
CMYK
RGB Variations
Color information
#2643CC (or 0x2643CC) is known color: Persian Blue. HEX triplet: 26, 43 and CC. RGB value is (38,67,204). Sum of RGB (Red+Green+Blue) = 38+67+204=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #2643CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2643CC is #D9BC33. Grayscale: #494949. Windows color (decimal): -14269492 or 13386534. OLE color: 13386534.
HSL color Cylindrical-coordinate representation of color #2643CC: hue angle of 229.52º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2643CC is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 67 | 204 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.2 |
| HSL | 229.52º | 0.69% | 0.47% | - |
| HSV(B) | 229.52º | 0.81% | 0.8% | - |
| XYZ | 13.71 | 8.79 | 58.1 | - |
| YUV | 73.95 | 201.39 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 204 | 0.81 | 0.67 | 0 | 0.2 | 229.52 | 0.69 | 0.47 |
| Hex | 26 | 43 | CC | 51 | 43 | 0 | 14 | E6 | 45 | 2F |
| Octal | 46 | 103 | 314 | 121 | 103 | 0 | 24 | 346 | 105 | 57 |
| Binary | 100110 | 1000011 | 11001100 | 1010001 | 1000011 | 0 | 10100 | 11100110 | 1000101 | 101111 |
Color Harmonies of #2643CC
Complementary color
Monochromatic Colors of #2643CC
Black with #2643CC
Text Example
Text Example
White with #2643CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2643CC; }
p { color: rgb(38,67,204); }
H1.HeaderClassName
{
color: #2643CC;
}
.AnyTagClassName
{
color: #2643CC;
}
</style>
background-color css
<style>
a { background-color: #2643CC; }
a { background-color: rgb(38,67,204); }
div.DivClassName
{
background-color: #2643CC;
}
.BgClassName
{
background-color: #2643CC;
}
</style>
border-color css
<style>
span { border-color: #2643CC; }
span { border-color: rgb(38,67,204); }
td.TdClassName
{
border-color: #2643CC;
}
.TagClassName
{
border-color: #2643CC;
}
</style>