#2843BD

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

Shades of Persian Blue #2843BD

Tints of Persian Blue #2843BD

Color information

#2843BD (or 0x2843BD) is unknown color: approx Persian Blue. HEX triplet: 28, 43 and BD. RGB value is (40,67,189). Sum of RGB (Red+Green+Blue) = 40+67+189=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #2843BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2843BD is #D7BC42. Grayscale: #484848. Windows color (decimal): -14138435 or 12403496. OLE color: 12403496.

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

Color convert

RGB4067189-
CMYK0.790.6500.26
HSL229.13º65.07%44.9%-
HSV(B)229.13º78.84%74.12%-
XYZ12.078.1449.08-
YUV72.84193.55104.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.51%
GREEN value IS 67 (26.56% from 255) = 22.64%
BLUE value IS 189 (74.22% from 255) = 63.85%
R=13.51%
G=22.64%
B=63.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal40671890.790.6500.26229.1365.0744.9
Hex2843BD4F4101Ae5412d
Octal5010327511710103234510155
Binary10100010000111011110110011111000001011010111001011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2843BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2843BD; }

 p { color: rgb(40,67,189); }

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

<style>
 a { background-color: #2843BD; }

 a { background-color: rgb(40,67,189); }

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

<style>
 span { border-color: #2843BD; }

 span { border-color: rgb(40,67,189); }

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