Html Css Color HEX #2829BE Persian Blue

📋 copy color: '#2829BE'

red 40 ◦ green 41 ◦ blue 190

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

Shades of Persian Blue #2829BE

Tints of Persian Blue #2829BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

 BLUE value IS 190 (74.61% from 255) = 70.11%

R = 14.76%
G = 15.13%
B = 70.11%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2829BE (or 0x2829BE) is known color: Persian Blue. HEX triplet: 28, 29 and BE. RGB value is (40,41,190). Sum of RGB (Red+Green+Blue) = 40+41+190=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #2829BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2829BE is #D7D641. Grayscale: #393939. Windows color (decimal): -14145090 or 12462376. OLE color: 12462376.

HSL color Cylindrical-coordinate representation of color #2829BE: hue angle of 239.6º 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 #2829BE is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 41 190 -
CMYK 0.79 0.78 0 0.25
HSL 239.6º 0.65% 0.45% -
HSV(B) 239.6º 0.79% 0.75% -
XYZ 10.96 5.75 49.25 -
YUV 57.69 202.67 115.38 -
System Red Green Blue C M Y K H S L
Decimal 40 41 190 0.79 0.78 0 0.25 239.6 0.65 0.45
Hex 28 29 BE 4F 4E 0 19 F0 41 2D
Octal 50 51 276 117 116 0 31 360 101 55
Binary 101000 101001 10111110 1001111 1001110 0 11001 11110000 1000001 101101

Color Harmonies of #2829BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2829BE

Black with #2829BE

Text Example


Text Example

White with #2829BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2829BE; }

 p { color: rgb(40,41,190); }

 H1.HeaderClassName
 {
   color: #2829BE;
 }
 .AnyTagClassName
 {
   color: #2829BE;
 }
</style>

background-color css

<style>
 a { background-color: #2829BE; }

 a { background-color: rgb(40,41,190); }

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

border-color css

<style>
 span { border-color: #2829BE; }

 span { border-color: rgb(40,41,190); }

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