Html Css Color HEX #2743AA Persian Blue

📋 copy color: '#2743AA'

red 39 ◦ green 67 ◦ blue 170

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

Shades of Persian Blue #2743AA

Tints of Persian Blue #2743AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.28%

 BLUE value IS 170 (66.8% from 255) = 61.59%

R = 14.13%
G = 24.28%
B = 61.59%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2743AA (or 0x2743AA) is known color: Persian Blue. HEX triplet: 27, 43 and AA. RGB value is (39,67,170). Sum of RGB (Red+Green+Blue) = 39+67+170=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #2743AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2743AA is #D8BC55. Grayscale: #454545. Windows color (decimal): -14203990 or 11158311. OLE color: 11158311.

HSL color Cylindrical-coordinate representation of color #2743AA: hue angle of 227.18º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2743AA is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 67 170 -
CMYK 0.77 0.61 0 0.33
HSL 227.18º 0.63% 0.41% -
HSV(B) 227.18º 0.77% 0.67% -
XYZ 10.1 7.35 38.92 -
YUV 70.37 184.22 105.62 -
System Red Green Blue C M Y K H S L
Decimal 39 67 170 0.77 0.61 0 0.33 227.18 0.63 0.41
Hex 27 43 AA 4D 3D 0 21 E3 3F 29
Octal 47 103 252 115 75 0 41 343 77 51
Binary 100111 1000011 10101010 1001101 111101 0 100001 11100011 111111 101001

Color Harmonies of #2743AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2743AA

Black with #2743AA

Text Example


Text Example

White with #2743AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2743AA; }

 p { color: rgb(39,67,170); }

 H1.HeaderClassName
 {
   color: #2743AA;
 }
 .AnyTagClassName
 {
   color: #2743AA;
 }
</style>

background-color css

<style>
 a { background-color: #2743AA; }

 a { background-color: rgb(39,67,170); }

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

border-color css

<style>
 span { border-color: #2743AA; }

 span { border-color: rgb(39,67,170); }

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