#2331AB

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

Shades of Persian Blue #2331AB

Tints of Persian Blue #2331AB

Color information

#2331AB (or 0x2331AB) is unknown color: approx Persian Blue. HEX triplet: 23, 31 and AB. RGB value is (35,49,171). Sum of RGB (Red+Green+Blue) = 35+49+171=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #2331AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2331AB is #DCCE54. Grayscale: #3A3A3A. Windows color (decimal): -14470741 or 11219235. OLE color: 11219235.

HSL color Cylindrical-coordinate representation of color #2331AB: hue angle of 233.82º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2331AB is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3549171-
CMYK0.800.7100.33
HSL233.82º66.02%40.39%-
HSV(B)233.82º79.53%67.06%-
XYZ9.145.4939.11-
YUV58.72191.36111.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.73%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 171 (67.19% from 255) = 67.06%
R=13.73%
G=19.22%
B=67.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal35491710.800.7100.33233.8266.0240.39
Hex2331AB5047021ea4228
Octal436125312010704135210250
Binary10001111000110101011101000010001110100001111010101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2331AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2331AB; }

 p { color: rgb(35,49,171); }

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

<style>
 a { background-color: #2331AB; }

 a { background-color: rgb(35,49,171); }

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

<style>
 span { border-color: #2331AB; }

 span { border-color: rgb(35,49,171); }

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