#2344B6

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

Shades of Persian Blue #2344B6

Tints of Persian Blue #2344B6

Color information

#2344B6 (or 0x2344B6) is unknown color: approx Persian Blue. HEX triplet: 23, 44 and B6. RGB value is (35,68,182). Sum of RGB (Red+Green+Blue) = 35+68+182=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 182 (71.48% from 255 or 63.86% from 285); Max value from RGB is 182 - color contains mainly: blue. Hex color #2344B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2344B6 is #DCBB49. Grayscale: #464646. Windows color (decimal): -14465866 or 11944995. OLE color: 11944995.

HSL color Cylindrical-coordinate representation of color #2344B6: hue angle of 226.53º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2344B6 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3568182-
CMYK0.810.6300.29
HSL226.53º67.74%42.55%-
HSV(B)226.53º80.77%71.37%-
XYZ11.27.8745.18-
YUV71.13190.57102.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.28%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 182 (71.48% from 255) = 63.86%
R=12.28%
G=23.86%
B=63.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal35681820.810.6300.29226.5367.7442.55
Hex2344B6513F01De3442b
Octal431042661217703534310453
Binary1000111000100101101101010001111111011101111000111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2344B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2344B6; }

 p { color: rgb(35,68,182); }

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

<style>
 a { background-color: #2344B6; }

 a { background-color: rgb(35,68,182); }

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

<style>
 span { border-color: #2344B6; }

 span { border-color: rgb(35,68,182); }

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