Html Css Color HEX #2838BA Persian Blue

📋 copy color: '#2838BA'

red 40 ◦ green 56 ◦ blue 186

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

Shades of Persian Blue #2838BA

Tints of Persian Blue #2838BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

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

R = 14.18%
G = 19.86%
B = 65.96%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2838BA (or 0x2838BA) is known color: Persian Blue. HEX triplet: 28, 38 and BA. RGB value is (40,56,186). Sum of RGB (Red+Green+Blue) = 40+56+186=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #2838BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2838BA is #D7C745. Grayscale: #414141. Windows color (decimal): -14141254 or 12204072. OLE color: 12204072.

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

Color convert

RGB 40 56 186 -
CMYK 0.78 0.70 0 0.27
HSL 233.42º 0.65% 0.44% -
HSV(B) 233.42º 0.78% 0.73% -
XYZ 11.15 6.82 47.18 -
YUV 66.04 195.7 109.43 -
System Red Green Blue C M Y K H S L
Decimal 40 56 186 0.78 0.70 0 0.27 233.42 0.65 0.44
Hex 28 38 BA 4E 46 0 1B E9 41 2C
Octal 50 70 272 116 106 0 33 351 101 54
Binary 101000 111000 10111010 1001110 1000110 0 11011 11101001 1000001 101100

Color Harmonies of #2838BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2838BA

Black with #2838BA

Text Example


Text Example

White with #2838BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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