#2123E7

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

Shades of Persian Blue #2123E7

Tints of Persian Blue #2123E7

Color information

#2123E7 (or 0x2123E7) is unknown color: approx Persian Blue. HEX triplet: 21, 23 and E7. RGB value is (33,35,231). Sum of RGB (Red+Green+Blue) = 33+35+231=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 35 (14.06% from 255 or 11.71% 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 #2123E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2123E7 is #DEDC18. Grayscale: #373737. Windows color (decimal): -14605337 or 15147809. OLE color: 15147809.

HSL color Cylindrical-coordinate representation of color #2123E7: hue angle of 239.39º 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 #2123E7 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3335231-
CMYK0.860.8500.09
HSL239.39º80.49%51.76%-
HSV(B)239.39º85.71%90.59%-
XYZ15.657.2976.18-
YUV56.75226.34111.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal33352310.860.8500.09239.3980.4951.76
Hex2123E7565509ef5034
Octal414334712612501135712064
Binary100001100011111001111010110101010101001111011111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2123E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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