#231CAD

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

Shades of Persian Blue #231CAD

Tints of Persian Blue #231CAD

Color information

#231CAD (or 0x231CAD) is unknown color: approx Persian Blue. HEX triplet: 23, 1C and AD. RGB value is (35,28,173). Sum of RGB (Red+Green+Blue) = 35+28+173=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #231CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231CAD is #DCE352. Grayscale: #2E2E2E. Windows color (decimal): -14476115 or 11344931. OLE color: 11344931.

HSL color Cylindrical-coordinate representation of color #231CAD: hue angle of 242.9º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231CAD is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3528173-
CMYK0.800.8400.32
HSL242.9º72.14%39.41%-
HSV(B)242.9º83.82%67.84%-
XYZ8.654.239.89-
YUV46.62199.32119.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.83%
GREEN value IS 28 (11.33% from 255) = 11.86%
BLUE value IS 173 (67.97% from 255) = 73.31%
R=14.83%
G=11.86%
B=73.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal35281730.800.8400.32242.972.1439.41
Hex231CAD5054020f34827
Octal433425512012404036311047
Binary1000111110010101101101000010101000100000111100111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231CAD; }

 p { color: rgb(35,28,173); }

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

<style>
 a { background-color: #231CAD; }

 a { background-color: rgb(35,28,173); }

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

<style>
 span { border-color: #231CAD; }

 span { border-color: rgb(35,28,173); }

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