Html Css Color HEX #2742AD Persian Blue

📋 copy color: '#2742AD'

red 39 ◦ green 66 ◦ blue 173

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

Shades of Persian Blue #2742AD

Tints of Persian Blue #2742AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.74%

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

R = 14.03%
G = 23.74%
B = 62.23%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2742AD (or 0x2742AD) is known color: Persian Blue. HEX triplet: 27, 42 and AD. RGB value is (39,66,173). Sum of RGB (Red+Green+Blue) = 39+66+173=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #2742AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2742AD is #D8BD52. Grayscale: #454545. Windows color (decimal): -14204243 or 11354663. OLE color: 11354663.

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

Color convert

RGB 39 66 173 -
CMYK 0.77 0.62 0 0.32
HSL 227.91º 0.63% 0.42% -
HSV(B) 227.91º 0.77% 0.68% -
XYZ 10.33 7.34 40.41 -
YUV 70.13 186.05 105.8 -
System Red Green Blue C M Y K H S L
Decimal 39 66 173 0.77 0.62 0 0.32 227.91 0.63 0.42
Hex 27 42 AD 4D 3E 0 20 E4 3F 2A
Octal 47 102 255 115 76 0 40 344 77 52
Binary 100111 1000010 10101101 1001101 111110 0 100000 11100100 111111 101010

Color Harmonies of #2742AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2742AD

Black with #2742AD

Text Example


Text Example

White with #2742AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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