#233BA8

Color #233BA8 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #233BA8

Tints of Persian Blue #233BA8

Color information

#233BA8 (or 0x233BA8) is unknown color: approx Persian Blue. HEX triplet: 23, 3B and A8. RGB value is (35,59,168). Sum of RGB (Red+Green+Blue) = 35+59+168=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 168 (66.02% from 255 or 64.12% from 262); Max value from RGB is 168 - color contains mainly: blue. Hex color #233BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233BA8 is #DCC457. Grayscale: #3F3F3F. Windows color (decimal): -14468184 or 11025187. OLE color: 11025187.

HSL color Cylindrical-coordinate representation of color #233BA8: hue angle of 229.17º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #233BA8 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3559168-
CMYK0.790.6500.34
HSL229.17º65.52%39.8%-
HSV(B)229.17º79.17%65.88%-
XYZ9.326.3137.77-
YUV64.25186.55107.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 13.36%
GREEN value IS 59 (23.44% from 255) = 22.52%
BLUE value IS 168 (66.02% from 255) = 64.12%
R=13.36%
G=22.52%
B=64.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal35591680.790.6500.34229.1765.5239.8
Hex233BA84F41022e54228
Octal437325011710104234510250
Binary10001111101110101000100111110000010100010111001011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233BA8; }

 p { color: rgb(35,59,168); }

 H1.HeaderClassName
 {
   color: #233BA8;
 }
 .AnyTagClassName
 {
   color: #233BA8;
 }
</style>
background-color css

<style>
 a { background-color: #233BA8; }

 a { background-color: rgb(35,59,168); }

 div.DivClassName
 {
   background-color: #233BA8;
 }
 .BgClassName
 {
   background-color: #233BA8;
 }
</style>
border-color css

<style>
 span { border-color: #233BA8; }

 span { border-color: rgb(35,59,168); }

 td.TdClassName
 {
   border-color: #233BA8;
 }
 .TagClassName
 {
   border-color: #233BA8;
 }
</style>