Html Css Color HEX #2834AE Persian Blue

📋 copy color: '#2834AE'

red 40 ◦ green 52 ◦ blue 174

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

Shades of Persian Blue #2834AE

Tints of Persian Blue #2834AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.41%

R = 15.04%
G = 19.55%
B = 65.41%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2834AE (or 0x2834AE) is known color: Persian Blue. HEX triplet: 28, 34 and AE. RGB value is (40,52,174). Sum of RGB (Red+Green+Blue) = 40+52+174=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #2834AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2834AE is #D7CB51. Grayscale: #3D3D3D. Windows color (decimal): -14142290 or 11416616. OLE color: 11416616.

HSL color Cylindrical-coordinate representation of color #2834AE: hue angle of 234.63º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2834AE is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 52 174 -
CMYK 0.77 0.70 0 0.32
HSL 234.63º 0.63% 0.42% -
HSV(B) 234.63º 0.77% 0.68% -
XYZ 9.74 5.96 40.68 -
YUV 62.32 191.02 112.08 -
System Red Green Blue C M Y K H S L
Decimal 40 52 174 0.77 0.70 0 0.32 234.63 0.63 0.42
Hex 28 34 AE 4D 46 0 20 EB 3F 2A
Octal 50 64 256 115 106 0 40 353 77 52
Binary 101000 110100 10101110 1001101 1000110 0 100000 11101011 111111 101010

Color Harmonies of #2834AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2834AE

Black with #2834AE

Text Example


Text Example

White with #2834AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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