#2339C1

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

Shades of Persian Blue #2339C1

Tints of Persian Blue #2339C1

Color information

#2339C1 (or 0x2339C1) is unknown color: approx Persian Blue. HEX triplet: 23, 39 and C1. RGB value is (35,57,193). Sum of RGB (Red+Green+Blue) = 35+57+193=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 193 (75.78% from 255 or 67.72% from 285); Max value from RGB is 193 - color contains mainly: blue. Hex color #2339C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2339C1 is #DCC63E. Grayscale: #414141. Windows color (decimal): -14468671 or 12663075. OLE color: 12663075.

HSL color Cylindrical-coordinate representation of color #2339C1: hue angle of 231.65º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2339C1 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3557193-
CMYK0.820.7000.24
HSL231.65º69.3%44.71%-
HSV(B)231.65º81.87%75.69%-
XYZ11.787.1351.21-
YUV65.93199.71105.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.28%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 193 (75.78% from 255) = 67.72%
R=12.28%
G=20%
B=67.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal35571930.820.7000.24231.6569.344.71
Hex2339C15246018e8452d
Octal437130112210603035010555
Binary1000111110011100000110100101000110011000111010001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2339C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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