#2123C9

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

Shades of Persian Blue #2123C9

Tints of Persian Blue #2123C9

Color information

#2123C9 (or 0x2123C9) is unknown color: approx Persian Blue. HEX triplet: 21, 23 and C9. RGB value is (33,35,201). Sum of RGB (Red+Green+Blue) = 33+35+201=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 201 (78.91% from 255 or 74.72% from 269); Max value from RGB is 201 - color contains mainly: blue. Hex color #2123C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2123C9 is #DEDC36. Grayscale: #343434. Windows color (decimal): -14605367 or 13181729. OLE color: 13181729.

HSL color Cylindrical-coordinate representation of color #2123C9: hue angle of 239.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2123C9 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3335201-
CMYK0.840.8300.21
HSL239.29º71.79%45.88%-
HSV(B)239.29º83.58%78.82%-
XYZ11.775.7455.75-
YUV53.33211.34113.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.27%
GREEN value IS 35 (14.06% from 255) = 13.01%
BLUE value IS 201 (78.91% from 255) = 74.72%
R=12.27%
G=13.01%
B=74.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal33352010.840.8300.21239.2971.7945.88
Hex2123C95453015ef482e
Octal414331112412302535711056
Binary1000011000111100100110101001010011010101111011111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2123C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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