#231ec5

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

Shades of Persian Blue #231EC5

Tints of Persian Blue #231EC5

Color information

#231EC5 (or 0x231EC5) is unknown color: approx Persian Blue. HEX triplet: 23, 1E and C5. RGB value is (35,30,197). Sum of RGB (Red+Green+Blue) = 35+30+197=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 197 (77.34% from 255 or 75.19% from 262); Max value from RGB is 197 - color contains mainly: blue. Hex color #231EC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231EC5 is #DCE13A. Grayscale: #313131. Windows color (decimal): -14475579 or 12918307. OLE color: 12918307.

HSL color Cylindrical-coordinate representation of color #231EC5: hue angle of 241.8º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231EC5 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3530197-
CMYK0.820.8500.23
HSL241.8º73.57%44.51%-
HSV(B)241.8º84.77%77.25%-
XYZ11.245.3253.26-
YUV50.53210.66116.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.36%
GREEN value IS 30 (12.11% from 255) = 11.45%
BLUE value IS 197 (77.34% from 255) = 75.19%
R=13.36%
G=11.45%
B=75.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal35301970.820.8500.23241.873.5744.51
Hex231EC55255017f24a2d
Octal433630512212502736211255
Binary100011111101100010110100101010101010111111100101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231ec5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,30,197); }

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

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

 a { background-color: rgb(35,30,197); }

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

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

 span { border-color: rgb(35,30,197); }

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