Html Css Color HEX #2729AE Persian Blue

📋 copy color: '#2729AE'

red 39 ◦ green 41 ◦ blue 174

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

Shades of Persian Blue #2729AE

Tints of Persian Blue #2729AE

RGB

 RED value IS 39 (15.63% from 255) = 15.35%

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

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

R = 15.35%
G = 16.14%
B = 68.5%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2729AE (or 0x2729AE) is known color: Persian Blue. HEX triplet: 27, 29 and AE. RGB value is (39,41,174). Sum of RGB (Red+Green+Blue) = 39+41+174=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #2729AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2729AE is #D8D651. Grayscale: #373737. Windows color (decimal): -14210642 or 11413799. OLE color: 11413799.

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

Color convert

RGB 39 41 174 -
CMYK 0.78 0.76 0 0.32
HSL 239.11º 0.63% 0.42% -
HSV(B) 239.11º 0.78% 0.68% -
XYZ 9.27 5.07 40.54 -
YUV 55.56 194.84 116.19 -
System Red Green Blue C M Y K H S L
Decimal 39 41 174 0.78 0.76 0 0.32 239.11 0.63 0.42
Hex 27 29 AE 4E 4C 0 20 EF 3F 2A
Octal 47 51 256 116 114 0 40 357 77 52
Binary 100111 101001 10101110 1001110 1001100 0 100000 11101111 111111 101010

Color Harmonies of #2729AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2729AE

Black with #2729AE

Text Example


Text Example

White with #2729AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,41,174); }

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

background-color css

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

 a { background-color: rgb(39,41,174); }

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

border-color css

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

 span { border-color: rgb(39,41,174); }

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