#2342B4

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

Shades of Persian Blue #2342B4

Tints of Persian Blue #2342B4

Color information

#2342B4 (or 0x2342B4) is unknown color: approx Persian Blue. HEX triplet: 23, 42 and B4. RGB value is (35,66,180). Sum of RGB (Red+Green+Blue) = 35+66+180=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 180 (70.70% from 255 or 64.06% from 281); Max value from RGB is 180 - color contains mainly: blue. Hex color #2342B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2342B4 is #DCBD4B. Grayscale: #454545. Windows color (decimal): -14466380 or 11813411. OLE color: 11813411.

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

Color convert

RGB3566180-
CMYK0.810.6300.29
HSL227.17º67.44%42.16%-
HSV(B)227.17º80.56%70.59%-
XYZ10.887.5544.06-
YUV69.73190.23103.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.46%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 180 (70.70% from 255) = 64.06%
R=12.46%
G=23.49%
B=64.06%

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
Decimal35661800.810.6300.29227.1767.4442.16
Hex2342B4513F01De3432a
Octal431022641217703534310352
Binary1000111000010101101001010001111111011101111000111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2342B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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