Html Css Color HEX #2838BB Persian Blue

📋 copy color: '#2838BB'

red 40 ◦ green 56 ◦ blue 187

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

Shades of Persian Blue #2838BB

Tints of Persian Blue #2838BB

RGB

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

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

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

R = 14.13%
G = 19.79%
B = 66.08%

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

#2838BB (or 0x2838BB) is known color: Persian Blue. HEX triplet: 28, 38 and BB. RGB value is (40,56,187). Sum of RGB (Red+Green+Blue) = 40+56+187=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #2838BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2838BB is #D7C744. Grayscale: #414141. Windows color (decimal): -14141253 or 12269608. OLE color: 12269608.

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

Color convert

RGB 40 56 187 -
CMYK 0.79 0.70 0 0.27
HSL 233.47º 0.65% 0.45% -
HSV(B) 233.47º 0.79% 0.73% -
XYZ 11.26 6.87 47.75 -
YUV 66.15 196.2 109.35 -
System Red Green Blue C M Y K H S L
Decimal 40 56 187 0.79 0.70 0 0.27 233.47 0.65 0.45
Hex 28 38 BB 4F 46 0 1B E9 41 2D
Octal 50 70 273 117 106 0 33 351 101 55
Binary 101000 111000 10111011 1001111 1000110 0 11011 11101001 1000001 101101

Color Harmonies of #2838BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2838BB

Black with #2838BB

Text Example


Text Example

White with #2838BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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