Html Css Color HEX #2841BA Persian Blue

📋 copy color: '#2841BA'

red 40 ◦ green 65 ◦ blue 186

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

Shades of Persian Blue #2841BA

Tints of Persian Blue #2841BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.34%

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

R = 13.75%
G = 22.34%
B = 63.92%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2841BA (or 0x2841BA) is known color: Persian Blue. HEX triplet: 28, 41 and BA. RGB value is (40,65,186). Sum of RGB (Red+Green+Blue) = 40+65+186=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #2841BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2841BA is #D7BE45. Grayscale: #464646. Windows color (decimal): -14138950 or 12206376. OLE color: 12206376.

HSL color Cylindrical-coordinate representation of color #2841BA: hue angle of 229.73º 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 #2841BA is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 65 186 -
CMYK 0.78 0.65 0 0.27
HSL 229.73º 0.65% 0.44% -
HSV(B) 229.73º 0.78% 0.73% -
XYZ 11.63 7.78 47.34 -
YUV 71.32 192.72 105.66 -
System Red Green Blue C M Y K H S L
Decimal 40 65 186 0.78 0.65 0 0.27 229.73 0.65 0.44
Hex 28 41 BA 4E 41 0 1B E6 41 2C
Octal 50 101 272 116 101 0 33 346 101 54
Binary 101000 1000001 10111010 1001110 1000001 0 11011 11100110 1000001 101100

Color Harmonies of #2841BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2841BA

Black with #2841BA

Text Example


Text Example

White with #2841BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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