#231CB0

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

Shades of Persian Blue #231CB0

Tints of Persian Blue #231CB0

Color information

#231CB0 (or 0x231CB0) is unknown color: approx Persian Blue. HEX triplet: 23, 1C and B0. RGB value is (35,28,176). Sum of RGB (Red+Green+Blue) = 35+28+176=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 176 (69.14% from 255 or 73.64% from 239); Max value from RGB is 176 - color contains mainly: blue. Hex color #231CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231CB0 is #DCE34F. Grayscale: #2E2E2E. Windows color (decimal): -14476112 or 11541539. OLE color: 11541539.

HSL color Cylindrical-coordinate representation of color #231CB0: hue angle of 242.84º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231CB0 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3528176-
CMYK0.800.8400.31
HSL242.84º72.55%40%-
HSV(B)242.84º84.09%69.02%-
XYZ8.944.3241.44-
YUV46.96200.82119.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.64%
GREEN value IS 28 (11.33% from 255) = 11.72%
BLUE value IS 176 (69.14% from 255) = 73.64%
R=14.64%
G=11.72%
B=73.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal35281760.800.8400.31242.8472.5540
Hex231CB0505401Ff34928
Octal433426012012403736311150
Binary100011111001011000010100001010100011111111100111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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