Html Css Color HEX #2837BB Persian Blue

📋 copy color: '#2837BB'

red 40 ◦ green 55 ◦ blue 187

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

Shades of Persian Blue #2837BB

Tints of Persian Blue #2837BB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.5%

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

R = 14.18%
G = 19.5%
B = 66.31%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2837BB (or 0x2837BB) is known color: Persian Blue. HEX triplet: 28, 37 and BB. RGB value is (40,55,187). Sum of RGB (Red+Green+Blue) = 40+55+187=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #2837BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2837BB is #D7C844. Grayscale: #414141. Windows color (decimal): -14141509 or 12269352. OLE color: 12269352.

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

Color convert

RGB 40 55 187 -
CMYK 0.79 0.71 0 0.27
HSL 233.88º 0.65% 0.45% -
HSV(B) 233.88º 0.79% 0.73% -
XYZ 11.21 6.77 47.73 -
YUV 65.56 196.53 109.77 -
System Red Green Blue C M Y K H S L
Decimal 40 55 187 0.79 0.71 0 0.27 233.88 0.65 0.45
Hex 28 37 BB 4F 47 0 1B EA 41 2D
Octal 50 67 273 117 107 0 33 352 101 55
Binary 101000 110111 10111011 1001111 1000111 0 11011 11101010 1000001 101101

Color Harmonies of #2837BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2837BB

Black with #2837BB

Text Example


Text Example

White with #2837BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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