#2344C9

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

Shades of Persian Blue #2344C9

Tints of Persian Blue #2344C9

Color information

#2344C9 (or 0x2344C9) is unknown color: approx Persian Blue. HEX triplet: 23, 44 and C9. RGB value is (35,68,201). Sum of RGB (Red+Green+Blue) = 35+68+201=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 201 (78.91% from 255 or 66.12% from 304); Max value from RGB is 201 - color contains mainly: blue. Hex color #2344C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2344C9 is #DCBB36. Grayscale: #484848. Windows color (decimal): -14465847 or 13190179. OLE color: 13190179.

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

Color convert

RGB3568201-
CMYK0.830.6600.21
HSL228.07º70.34%46.27%-
HSV(B)228.07º82.59%78.82%-
XYZ13.38.7156.24-
YUV73.3200.07100.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.51%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 201 (78.91% from 255) = 66.12%
R=11.51%
G=22.37%
B=66.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal35682010.830.6600.21228.0770.3446.27
Hex2344C95342015e4462e
Octal4310431112310202534410656
Binary10001110001001100100110100111000010010101111001001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2344C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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