Html Css Color HEX #2839AE Persian Blue

📋 copy color: '#2839AE'

red 40 ◦ green 57 ◦ blue 174

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

Shades of Persian Blue #2839AE

Tints of Persian Blue #2839AE

RGB

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

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

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

R = 14.76%
G = 21.03%
B = 64.21%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2839AE (or 0x2839AE) is known color: Persian Blue. HEX triplet: 28, 39 and AE. RGB value is (40,57,174). Sum of RGB (Red+Green+Blue) = 40+57+174=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #2839AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2839AE is #D7C651. Grayscale: #404040. Windows color (decimal): -14141010 or 11417896. OLE color: 11417896.

HSL color Cylindrical-coordinate representation of color #2839AE: hue angle of 232.39º 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 #2839AE is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 57 174 -
CMYK 0.77 0.67 0 0.32
HSL 232.39º 0.63% 0.42% -
HSV(B) 232.39º 0.77% 0.68% -
XYZ 9.98 6.43 40.76 -
YUV 65.26 189.37 109.99 -
System Red Green Blue C M Y K H S L
Decimal 40 57 174 0.77 0.67 0 0.32 232.39 0.63 0.42
Hex 28 39 AE 4D 43 0 20 E8 3F 2A
Octal 50 71 256 115 103 0 40 350 77 52
Binary 101000 111001 10101110 1001101 1000011 0 100000 11101000 111111 101010

Color Harmonies of #2839AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2839AE

Black with #2839AE

Text Example


Text Example

White with #2839AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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