#2344b5

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

Shades of Persian Blue #2344B5

Tints of Persian Blue #2344B5

Color information

#2344B5 (or 0x2344B5) is unknown color: approx Persian Blue. HEX triplet: 23, 44 and B5. RGB value is (35,68,181). Sum of RGB (Red+Green+Blue) = 35+68+181=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 181 (71.09% from 255 or 63.73% from 284); Max value from RGB is 181 - color contains mainly: blue. Hex color #2344B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2344B5 is #DCBB4A. Grayscale: #464646. Windows color (decimal): -14465867 or 11879459. OLE color: 11879459.

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

Color convert

RGB3568181-
CMYK0.810.6200.29
HSL226.44º67.59%42.35%-
HSV(B)226.44º80.66%70.98%-
XYZ11.17.8344.64-
YUV71.02190.07102.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.32%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 181 (71.09% from 255) = 63.73%
R=12.32%
G=23.94%
B=63.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal35681810.810.6200.29226.4467.5942.35
Hex2344B5513E01De2442a
Octal431042651217603534210452
Binary1000111000100101101011010001111110011101111000101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2344b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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