#2342D5

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

Shades of Persian Blue #2342D5

Tints of Persian Blue #2342D5

Color information

#2342D5 (or 0x2342D5) is unknown color: approx Persian Blue. HEX triplet: 23, 42 and D5. RGB value is (35,66,213). Sum of RGB (Red+Green+Blue) = 35+66+213=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 213 (83.59% from 255 or 67.83% from 314); Max value from RGB is 213 - color contains mainly: blue. Hex color #2342D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2342D5 is #DCBD2A. Grayscale: #484848. Windows color (decimal): -14466347 or 13976099. OLE color: 13976099.

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

Color convert

RGB3566213-
CMYK0.840.6900.16
HSL229.55º71.77%48.63%-
HSV(B)229.55º83.57%83.53%-
XYZ14.659.0663.93-
YUV73.49206.73100.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.15%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 213 (83.59% from 255) = 67.83%
R=11.15%
G=21.02%
B=67.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal35662130.840.6900.16229.5571.7748.63
Hex2342D55445010e64831
Octal4310232512410502034611061
Binary10001110000101101010110101001000101010000111001101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2342D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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