Html Css Color HEX #2744AD Persian Blue

📋 copy color: '#2744AD'

red 39 ◦ green 68 ◦ blue 173

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

Shades of Persian Blue #2744AD

Tints of Persian Blue #2744AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

 BLUE value IS 173 (67.97% from 255) = 61.79%

R = 13.93%
G = 24.29%
B = 61.79%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2744AD (or 0x2744AD) is known color: Persian Blue. HEX triplet: 27, 44 and AD. RGB value is (39,68,173). Sum of RGB (Red+Green+Blue) = 39+68+173=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #2744AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2744AD is #D8BB52. Grayscale: #464646. Windows color (decimal): -14203731 or 11355175. OLE color: 11355175.

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

Color convert

RGB 39 68 173 -
CMYK 0.77 0.61 0 0.32
HSL 227.01º 0.63% 0.42% -
HSV(B) 227.01º 0.77% 0.68% -
XYZ 10.45 7.58 40.45 -
YUV 71.3 185.39 104.96 -
System Red Green Blue C M Y K H S L
Decimal 39 68 173 0.77 0.61 0 0.32 227.01 0.63 0.42
Hex 27 44 AD 4D 3D 0 20 E3 3F 2A
Octal 47 104 255 115 75 0 40 343 77 52
Binary 100111 1000100 10101101 1001101 111101 0 100000 11100011 111111 101010

Color Harmonies of #2744AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2744AD

Black with #2744AD

Text Example


Text Example

White with #2744AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2744AD; }

 p { color: rgb(39,68,173); }

 H1.HeaderClassName
 {
   color: #2744AD;
 }
 .AnyTagClassName
 {
   color: #2744AD;
 }
</style>

background-color css

<style>
 a { background-color: #2744AD; }

 a { background-color: rgb(39,68,173); }

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

border-color css

<style>
 span { border-color: #2744AD; }

 span { border-color: rgb(39,68,173); }

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