#2842BB

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

Shades of Persian Blue #2842BB

Tints of Persian Blue #2842BB

Color information

#2842BB (or 0x2842BB) is unknown color: approx Persian Blue. HEX triplet: 28, 42 and BB. RGB value is (40,66,187). Sum of RGB (Red+Green+Blue) = 40+66+187=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #2842BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2842BB is #D7BD44. Grayscale: #474747. Windows color (decimal): -14138693 or 12272168. OLE color: 12272168.

HSL color Cylindrical-coordinate representation of color #2842BB: hue angle of 229.39º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2842BB is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4066187-
CMYK0.790.6500.27
HSL229.39º64.76%44.51%-
HSV(B)229.39º78.61%73.33%-
XYZ11.797.9447.92-
YUV72.02192.89105.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.65%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 187 (73.44% from 255) = 63.82%
R=13.65%
G=22.53%
B=63.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40661870.790.6500.27229.3964.7644.51
Hex2842BB4F4101Be5412d
Octal5010227311710103334510155
Binary10100010000101011101110011111000001011011111001011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2842BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2842BB; }

 p { color: rgb(40,66,187); }

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

<style>
 a { background-color: #2842BB; }

 a { background-color: rgb(40,66,187); }

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

<style>
 span { border-color: #2842BB; }

 span { border-color: rgb(40,66,187); }

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