#2339DA

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

Shades of Persian Blue #2339DA

Tints of Persian Blue #2339DA

Color information

#2339DA (or 0x2339DA) is unknown color: approx Persian Blue. HEX triplet: 23, 39 and DA. RGB value is (35,57,218). Sum of RGB (Red+Green+Blue) = 35+57+218=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #2339DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2339DA is #DCC625. Grayscale: #444444. Windows color (decimal): -14468646 or 14301475. OLE color: 14301475.

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

Color convert

RGB3557218-
CMYK0.840.7400.15
HSL232.79º72.33%49.61%-
HSV(B)232.79º83.94%85.49%-
XYZ14.818.3567.16-
YUV68.78212.21103.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.29%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 218 (85.55% from 255) = 70.32%
R=11.29%
G=18.39%
B=70.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal35572180.840.7400.15232.7972.3349.61
Hex2339DA544A0Fe94832
Octal437133212411201735111062
Binary100011111001110110101010100100101001111111010011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2339DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2339DA; }

 p { color: rgb(35,57,218); }

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

<style>
 a { background-color: #2339DA; }

 a { background-color: rgb(35,57,218); }

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

<style>
 span { border-color: #2339DA; }

 span { border-color: rgb(35,57,218); }

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