#233BA9

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

Shades of Persian Blue #233BA9

Tints of Persian Blue #233BA9

Color information

#233BA9 (or 0x233BA9) is unknown color: approx Persian Blue. HEX triplet: 23, 3B and A9. RGB value is (35,59,169). Sum of RGB (Red+Green+Blue) = 35+59+169=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 169 (66.41% from 255 or 64.26% from 263); Max value from RGB is 169 - color contains mainly: blue. Hex color #233BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233BA9 is #DCC456. Grayscale: #3F3F3F. Windows color (decimal): -14468183 or 11090723. OLE color: 11090723.

HSL color Cylindrical-coordinate representation of color #233BA9: hue angle of 229.25º 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 #233BA9 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3559169-
CMYK0.790.6500.34
HSL229.25º65.69%40%-
HSV(B)229.25º79.29%66.27%-
XYZ9.426.3538.27-
YUV64.36187.05107.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.31%
GREEN value IS 59 (23.44% from 255) = 22.43%
BLUE value IS 169 (66.41% from 255) = 64.26%
R=13.31%
G=22.43%
B=64.26%

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
Decimal35591690.790.6500.34229.2565.6940
Hex233BA94F41022e54228
Octal437325111710104234510250
Binary10001111101110101001100111110000010100010111001011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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