#2322BE

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

Shades of Persian Blue #2322BE

Tints of Persian Blue #2322BE

Color information

#2322BE (or 0x2322BE) is unknown color: approx Persian Blue. HEX triplet: 23, 22 and BE. RGB value is (35,34,190). Sum of RGB (Red+Green+Blue) = 35+34+190=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #2322BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2322BE is #DCDD41. Grayscale: #333333. Windows color (decimal): -14474562 or 12460579. OLE color: 12460579.

HSL color Cylindrical-coordinate representation of color #2322BE: hue angle of 240.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2322BE is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3534190-
CMYK0.820.8200.25
HSL240.38º69.64%43.92%-
HSV(B)240.38º82.11%74.51%-
XYZ10.565.2249.17-
YUV52.08205.83115.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.51%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 190 (74.61% from 255) = 73.36%
R=13.51%
G=13.13%
B=73.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35341900.820.8200.25240.3869.6443.92
Hex2322BE5252019f0462c
Octal434227612212203136010654
Binary1000111000101011111010100101010010011001111100001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2322BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2322BE; }

 p { color: rgb(35,34,190); }

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

<style>
 a { background-color: #2322BE; }

 a { background-color: rgb(35,34,190); }

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

<style>
 span { border-color: #2322BE; }

 span { border-color: rgb(35,34,190); }

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