Shades of Persian Blue #233FB3
Tints of Persian Blue #233FB3
RGB
CMYK
RGB Variations
Color information
#233FB3 (or 0x233FB3) is known color: Persian Blue. HEX triplet: 23, 3F and B3. RGB value is (35,63,179). Sum of RGB (Red+Green+Blue) = 35+63+179=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 179 (70.31% from 255 or 64.62% from 277); Max value from RGB is 179 - color contains mainly: blue. Hex color #233FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FB3 is #DCC04C. Grayscale: #434343. Windows color (decimal): -14467149 or 11747107. OLE color: 11747107.
HSL color Cylindrical-coordinate representation of color #233FB3: hue angle of 228.33º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #233FB3 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 63 | 179 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.30 |
| HSL | 228.33º | 0.67% | 0.42% | - |
| HSV(B) | 228.33º | 0.8% | 0.7% | - |
| XYZ | 10.61 | 7.17 | 43.47 | - |
| YUV | 67.85 | 190.72 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 179 | 0.80 | 0.65 | 0 | 0.30 | 228.33 | 0.67 | 0.42 |
| Hex | 23 | 3F | B3 | 50 | 41 | 0 | 1E | E4 | 43 | 2A |
| Octal | 43 | 77 | 263 | 120 | 101 | 0 | 36 | 344 | 103 | 52 |
| Binary | 100011 | 111111 | 10110011 | 1010000 | 1000001 | 0 | 11110 | 11100100 | 1000011 | 101010 |
Color Harmonies of #233FB3
Complementary color
Monochromatic Colors of #233FB3
Black with #233FB3
Text Example
Text Example
White with #233FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233FB3; }
p { color: rgb(35,63,179); }
H1.HeaderClassName
{
color: #233FB3;
}
.AnyTagClassName
{
color: #233FB3;
}
</style>
background-color css
<style>
a { background-color: #233FB3; }
a { background-color: rgb(35,63,179); }
div.DivClassName
{
background-color: #233FB3;
}
.BgClassName
{
background-color: #233FB3;
}
</style>
border-color css
<style>
span { border-color: #233FB3; }
span { border-color: rgb(35,63,179); }
td.TdClassName
{
border-color: #233FB3;
}
.TagClassName
{
border-color: #233FB3;
}
</style>