Html Css Color HEX #2840BD Persian Blue

📋 copy color: '#2840BD'

red 40 ◦ green 64 ◦ blue 189

#2840BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2840BD

Tints of Persian Blue #2840BD

RGB

 RED value IS 40 (16.02% from 255) = 13.65%

 GREEN value IS 64 (25.39% from 255) = 21.84%

 BLUE value IS 189 (74.22% from 255) = 64.51%

R = 13.65%
G = 21.84%
B = 64.51%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2840BD (or 0x2840BD) is known color: Persian Blue. HEX triplet: 28, 40 and BD. RGB value is (40,64,189). Sum of RGB (Red+Green+Blue) = 40+64+189=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #2840BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2840BD is #D7BF42. Grayscale: #464646. Windows color (decimal): -14139203 or 12402728. OLE color: 12402728.

HSL color Cylindrical-coordinate representation of color #2840BD: hue angle of 230.34º 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 #2840BD is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 64 189 -
CMYK 0.79 0.66 0 0.26
HSL 230.34º 0.65% 0.45% -
HSV(B) 230.34º 0.79% 0.74% -
XYZ 11.89 7.79 49.02 -
YUV 71.07 194.55 105.84 -
System Red Green Blue C M Y K H S L
Decimal 40 64 189 0.79 0.66 0 0.26 230.34 0.65 0.45
Hex 28 40 BD 4F 42 0 1A E6 41 2D
Octal 50 100 275 117 102 0 32 346 101 55
Binary 101000 1000000 10111101 1001111 1000010 0 11010 11100110 1000001 101101

Color Harmonies of #2840BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2840BD

Black with #2840BD

Text Example


Text Example

White with #2840BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2840BD;
 }
 .AnyTagClassName
 {
   color: #2840BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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