Html Css Color HEX #2840BF Persian Blue

📋 copy color: '#2840BF'

red 40 ◦ green 64 ◦ blue 191

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

Shades of Persian Blue #2840BF

Tints of Persian Blue #2840BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.75%

R = 13.56%
G = 21.69%
B = 64.75%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2840BF (or 0x2840BF) is known color: Persian Blue. HEX triplet: 28, 40 and BF. RGB value is (40,64,191). Sum of RGB (Red+Green+Blue) = 40+64+191=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #2840BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2840BF is #D7BF40. Grayscale: #464646. Windows color (decimal): -14139201 or 12533800. OLE color: 12533800.

HSL color Cylindrical-coordinate representation of color #2840BF: hue angle of 230.46º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2840BF is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 64 191 -
CMYK 0.79 0.66 0 0.25
HSL 230.46º 0.65% 0.45% -
HSV(B) 230.46º 0.79% 0.75% -
XYZ 12.11 7.88 50.17 -
YUV 71.3 195.55 105.67 -
System Red Green Blue C M Y K H S L
Decimal 40 64 191 0.79 0.66 0 0.25 230.46 0.65 0.45
Hex 28 40 BF 4F 42 0 19 E6 41 2D
Octal 50 100 277 117 102 0 31 346 101 55
Binary 101000 1000000 10111111 1001111 1000010 0 11001 11100110 1000001 101101

Color Harmonies of #2840BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2840BF

Black with #2840BF

Text Example


Text Example

White with #2840BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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