#2326BE

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

Shades of Persian Blue #2326BE

Tints of Persian Blue #2326BE

Color information

#2326BE (or 0x2326BE) is unknown color: approx Persian Blue. HEX triplet: 23, 26 and BE. RGB value is (35,38,190). Sum of RGB (Red+Green+Blue) = 35+38+190=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 190 (74.61% from 255 or 72.24% from 263); Max value from RGB is 190 - color contains mainly: blue. Hex color #2326BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2326BE is #DCD941. Grayscale: #353535. Windows color (decimal): -14473538 or 12461603. OLE color: 12461603.

HSL color Cylindrical-coordinate representation of color #2326BE: hue angle of 238.84º degrees, saturation: 0.69, 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 #2326BE is Cyan = 0.82, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3538190-
CMYK0.820.800.25
HSL238.84º68.89%44.12%-
HSV(B)238.84º81.58%74.51%-
XYZ10.685.4649.21-
YUV54.43204.51114.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.31%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 190 (74.61% from 255) = 72.24%
R=13.31%
G=14.45%
B=72.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35381900.820.800.25238.8468.8944.12
Hex2326BE5250019ef452c
Octal434627612212003135710554
Binary1000111001101011111010100101010000011001111011111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2326BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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