#2344B4

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

Shades of Persian Blue #2344B4

Tints of Persian Blue #2344B4

Color information

#2344B4 (or 0x2344B4) is unknown color: approx Persian Blue. HEX triplet: 23, 44 and B4. RGB value is (35,68,180). Sum of RGB (Red+Green+Blue) = 35+68+180=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 180 (70.70% from 255 or 63.60% from 283); Max value from RGB is 180 - color contains mainly: blue. Hex color #2344B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2344B4 is #DCBB4B. Grayscale: #464646. Windows color (decimal): -14465868 or 11813923. OLE color: 11813923.

HSL color Cylindrical-coordinate representation of color #2344B4: hue angle of 226.34º degrees, saturation: 0.67, 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 #2344B4 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3568180-
CMYK0.810.6200.29
HSL226.34º67.44%42.16%-
HSV(B)226.34º80.56%70.59%-
XYZ117.7944.1-
YUV70.9189.57102.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.37%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 180 (70.70% from 255) = 63.60%
R=12.37%
G=24.03%
B=63.60%

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
Decimal35681800.810.6200.29226.3467.4442.16
Hex2344B4513E01De2432a
Octal431042641217603534210352
Binary1000111000100101101001010001111110011101111000101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2344B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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