#2321E7

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

Shades of Persian Blue #2321E7

Tints of Persian Blue #2321E7

Color information

#2321E7 (or 0x2321E7) is unknown color: approx Persian Blue. HEX triplet: 23, 21 and E7. RGB value is (35,33,231). Sum of RGB (Red+Green+Blue) = 35+33+231=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 231 (90.62% from 255 or 77.26% from 299); Max value from RGB is 231 - color contains mainly: blue. Hex color #2321E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2321E7 is #DCDE18. Grayscale: #373737. Windows color (decimal): -14474777 or 15147299. OLE color: 15147299.

HSL color Cylindrical-coordinate representation of color #2321E7: hue angle of 240.61º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2321E7 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3533231-
CMYK0.850.8600.09
HSL240.61º80.49%51.76%-
HSV(B)240.61º85.71%90.59%-
XYZ15.667.2176.17-
YUV56.17226.66112.9-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.71%
GREEN value IS 33 (13.28% from 255) = 11.04%
BLUE value IS 231 (90.62% from 255) = 77.26%
R=11.71%
G=11.04%
B=77.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal35332310.850.8600.09240.6180.4951.76
Hex2321E7555609f15034
Octal434134712512601136112064
Binary100011100001111001111010101101011001001111100011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2321E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2321E7; }

 p { color: rgb(35,33,231); }

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

<style>
 a { background-color: #2321E7; }

 a { background-color: rgb(35,33,231); }

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

<style>
 span { border-color: #2321E7; }

 span { border-color: rgb(35,33,231); }

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