Html Css Color HEX #2840BB Persian Blue

📋 copy color: '#2840BB'

red 40 ◦ green 64 ◦ blue 187

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

Shades of Persian Blue #2840BB

Tints of Persian Blue #2840BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.26%

R = 13.75%
G = 21.99%
B = 64.26%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2840BB (or 0x2840BB) is known color: Persian Blue. HEX triplet: 28, 40 and BB. RGB value is (40,64,187). Sum of RGB (Red+Green+Blue) = 40+64+187=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #2840BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2840BB is #D7BF44. Grayscale: #464646. Windows color (decimal): -14139205 or 12271656. OLE color: 12271656.

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

Color convert

RGB 40 64 187 -
CMYK 0.79 0.66 0 0.27
HSL 230.2º 0.65% 0.45% -
HSV(B) 230.2º 0.79% 0.73% -
XYZ 11.68 7.71 47.89 -
YUV 70.85 193.55 106 -
System Red Green Blue C M Y K H S L
Decimal 40 64 187 0.79 0.66 0 0.27 230.2 0.65 0.45
Hex 28 40 BB 4F 42 0 1B E6 41 2D
Octal 50 100 273 117 102 0 33 346 101 55
Binary 101000 1000000 10111011 1001111 1000010 0 11011 11100110 1000001 101101

Color Harmonies of #2840BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2840BB

Black with #2840BB

Text Example


Text Example

White with #2840BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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