#231EDE

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

Shades of Persian Blue #231EDE

Tints of Persian Blue #231EDE

Color information

#231EDE (or 0x231EDE) is unknown color: approx Persian Blue. HEX triplet: 23, 1E and DE. RGB value is (35,30,222). Sum of RGB (Red+Green+Blue) = 35+30+222=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #231EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231EDE is #DCE121. Grayscale: #343434. Windows color (decimal): -14475554 or 14556707. OLE color: 14556707.

HSL color Cylindrical-coordinate representation of color #231EDE: hue angle of 241.56º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231EDE is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3530222-
CMYK0.840.8600.13
HSL241.56º76.19%49.41%-
HSV(B)241.56º86.49%87.06%-
XYZ14.346.5669.62-
YUV53.38223.16114.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.20%
GREEN value IS 30 (12.11% from 255) = 10.45%
BLUE value IS 222 (87.11% from 255) = 77.35%
R=12.20%
G=10.45%
B=77.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal35302220.840.8600.13241.5676.1949.41
Hex231EDE54560Df24c31
Octal433633612412601536211461
Binary10001111110110111101010100101011001101111100101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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