#2342D8

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

Shades of Persian Blue #2342D8

Tints of Persian Blue #2342D8

Color information

#2342D8 (or 0x2342D8) is unknown color: approx Persian Blue. HEX triplet: 23, 42 and D8. RGB value is (35,66,216). Sum of RGB (Red+Green+Blue) = 35+66+216=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 216 (84.77% from 255 or 68.14% from 317); Max value from RGB is 216 - color contains mainly: blue. Hex color #2342D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2342D8 is #DCBD27. Grayscale: #494949. Windows color (decimal): -14466344 or 14172707. OLE color: 14172707.

HSL color Cylindrical-coordinate representation of color #2342D8: hue angle of 229.72º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2342D8 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3566216-
CMYK0.840.6900.15
HSL229.72º72.11%49.22%-
HSV(B)229.72º83.8%84.71%-
XYZ15.049.2165.95-
YUV73.83208.23100.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.04%
GREEN value IS 66 (26.17% from 255) = 20.82%
BLUE value IS 216 (84.77% from 255) = 68.14%
R=11.04%
G=20.82%
B=68.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal35662160.840.6900.15229.7272.1149.22
Hex2342D854450Fe64831
Octal4310233012410501734611061
Binary1000111000010110110001010100100010101111111001101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2342D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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