#2326D6

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

Shades of Persian Blue #2326D6

Tints of Persian Blue #2326D6

Color information

#2326D6 (or 0x2326D6) is unknown color: approx Persian Blue. HEX triplet: 23, 26 and D6. RGB value is (35,38,214). Sum of RGB (Red+Green+Blue) = 35+38+214=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 214 (83.98% from 255 or 74.56% from 287); Max value from RGB is 214 - color contains mainly: blue. Hex color #2326D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2326D6 is #DCD929. Grayscale: #383838. Windows color (decimal): -14473514 or 14034467. OLE color: 14034467.

HSL color Cylindrical-coordinate representation of color #2326D6: hue angle of 238.99º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2326D6 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3538214-
CMYK0.840.8200.16
HSL238.99º71.89%48.82%-
HSV(B)238.99º83.64%83.92%-
XYZ13.526.664.18-
YUV57.17216.51112.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.20%
GREEN value IS 38 (15.23% from 255) = 13.24%
BLUE value IS 214 (83.98% from 255) = 74.56%
R=12.20%
G=13.24%
B=74.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal35382140.840.8200.16238.9971.8948.82
Hex2326D65452010ef4831
Octal434632612412202035711061
Binary1000111001101101011010101001010010010000111011111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2326D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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