#2839CF

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

Shades of Persian Blue #2839CF

Tints of Persian Blue #2839CF

Color information

#2839CF (or 0x2839CF) is unknown color: approx Persian Blue. HEX triplet: 28, 39 and CF. RGB value is (40,57,207). Sum of RGB (Red+Green+Blue) = 40+57+207=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #2839CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2839CF is #D7C630. Grayscale: #444444. Windows color (decimal): -14140977 or 13580584. OLE color: 13580584.

HSL color Cylindrical-coordinate representation of color #2839CF: hue angle of 233.89º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2839CF is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4057207-
CMYK0.810.7200.19
HSL233.89º67.61%48.43%-
HSV(B)233.89º80.68%81.18%-
XYZ13.67.8859.84-
YUV69.02205.87107.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.16%
GREEN value IS 57 (22.66% from 255) = 18.75%
BLUE value IS 207 (81.25% from 255) = 68.09%
R=13.16%
G=18.75%
B=68.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal40572070.810.7200.19233.8967.6148.43
Hex2839CF5148013ea4430
Octal507131712111002335210460
Binary1010001110011100111110100011001000010011111010101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2839CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2839CF; }

 p { color: rgb(40,57,207); }

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

<style>
 a { background-color: #2839CF; }

 a { background-color: rgb(40,57,207); }

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

<style>
 span { border-color: #2839CF; }

 span { border-color: rgb(40,57,207); }

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