Html Css Color HEX #2839BB Persian Blue

📋 copy color: '#2839BB'

red 40 ◦ green 57 ◦ blue 187

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

Shades of Persian Blue #2839BB

Tints of Persian Blue #2839BB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.07%

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

R = 14.08%
G = 20.07%
B = 65.85%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2839BB (or 0x2839BB) is known color: Persian Blue. HEX triplet: 28, 39 and BB. RGB value is (40,57,187). Sum of RGB (Red+Green+Blue) = 40+57+187=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #2839BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2839BB is #D7C644. Grayscale: #424242. Windows color (decimal): -14140997 or 12269864. OLE color: 12269864.

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

Color convert

RGB 40 57 187 -
CMYK 0.79 0.70 0 0.27
HSL 233.06º 0.65% 0.45% -
HSV(B) 233.06º 0.79% 0.73% -
XYZ 11.31 6.97 47.76 -
YUV 66.74 195.87 108.93 -
System Red Green Blue C M Y K H S L
Decimal 40 57 187 0.79 0.70 0 0.27 233.06 0.65 0.45
Hex 28 39 BB 4F 46 0 1B E9 41 2D
Octal 50 71 273 117 106 0 33 351 101 55
Binary 101000 111001 10111011 1001111 1000110 0 11011 11101001 1000001 101101

Color Harmonies of #2839BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2839BB

Black with #2839BB

Text Example


Text Example

White with #2839BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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