Html Css Color HEX #2834BF Persian Blue

📋 copy color: '#2834BF'

red 40 ◦ green 52 ◦ blue 191

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

Shades of Persian Blue #2834BF

Tints of Persian Blue #2834BF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

 BLUE value IS 191 (75% from 255) = 67.49%

R = 14.13%
G = 18.37%
B = 67.49%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2834BF (or 0x2834BF) is known color: Persian Blue. HEX triplet: 28, 34 and BF. RGB value is (40,52,191). Sum of RGB (Red+Green+Blue) = 40+52+191=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #2834BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2834BF is #D7CB40. Grayscale: #3F3F3F. Windows color (decimal): -14142273 or 12530728. OLE color: 12530728.

HSL color Cylindrical-coordinate representation of color #2834BF: hue angle of 235.23º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2834BF is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 52 191 -
CMYK 0.79 0.73 0 0.25
HSL 235.23º 0.65% 0.45% -
HSV(B) 235.23º 0.79% 0.75% -
XYZ 11.51 6.67 49.97 -
YUV 64.26 199.52 110.7 -
System Red Green Blue C M Y K H S L
Decimal 40 52 191 0.79 0.73 0 0.25 235.23 0.65 0.45
Hex 28 34 BF 4F 49 0 19 EB 41 2D
Octal 50 64 277 117 111 0 31 353 101 55
Binary 101000 110100 10111111 1001111 1001001 0 11001 11101011 1000001 101101

Color Harmonies of #2834BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2834BF

Black with #2834BF

Text Example


Text Example

White with #2834BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2834BF; }

 p { color: rgb(40,52,191); }

 H1.HeaderClassName
 {
   color: #2834BF;
 }
 .AnyTagClassName
 {
   color: #2834BF;
 }
</style>

background-color css

<style>
 a { background-color: #2834BF; }

 a { background-color: rgb(40,52,191); }

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

border-color css

<style>
 span { border-color: #2834BF; }

 span { border-color: rgb(40,52,191); }

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