Html Css Color HEX #2840BA Persian Blue

📋 copy color: '#2840BA'

red 40 ◦ green 64 ◦ blue 186

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

Shades of Persian Blue #2840BA

Tints of Persian Blue #2840BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.14%

R = 13.79%
G = 22.07%
B = 64.14%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2840BA (or 0x2840BA) is known color: Persian Blue. HEX triplet: 28, 40 and BA. RGB value is (40,64,186). Sum of RGB (Red+Green+Blue) = 40+64+186=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #2840BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2840BA is #D7BF45. Grayscale: #464646. Windows color (decimal): -14139206 or 12206120. OLE color: 12206120.

HSL color Cylindrical-coordinate representation of color #2840BA: hue angle of 230.14º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2840BA is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 64 186 -
CMYK 0.78 0.66 0 0.27
HSL 230.14º 0.65% 0.44% -
HSV(B) 230.14º 0.78% 0.73% -
XYZ 11.57 7.66 47.32 -
YUV 70.73 193.05 106.08 -
System Red Green Blue C M Y K H S L
Decimal 40 64 186 0.78 0.66 0 0.27 230.14 0.65 0.44
Hex 28 40 BA 4E 42 0 1B E6 41 2C
Octal 50 100 272 116 102 0 33 346 101 54
Binary 101000 1000000 10111010 1001110 1000010 0 11011 11100110 1000001 101100

Color Harmonies of #2840BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2840BA

Black with #2840BA

Text Example


Text Example

White with #2840BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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