Html Css Color HEX #2728A6 Egyptian Blue

📋 copy color: '#2728A6'

red 39 ◦ green 40 ◦ blue 166

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

Shades of Egyptian Blue #2728A6

Tints of Egyptian Blue #2728A6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.33%

 BLUE value IS 166 (65.23% from 255) = 67.76%

R = 15.92%
G = 16.33%
B = 67.76%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2728A6 (or 0x2728A6) is known color: Egyptian Blue. HEX triplet: 27, 28 and A6. RGB value is (39,40,166). Sum of RGB (Red+Green+Blue) = 39+40+166=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 166 (65.23% from 255 or 67.76% from 245); Max value from RGB is 166 - color contains mainly: blue. Hex color #2728A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2728A6 is #D8D759. Grayscale: #353535. Windows color (decimal): -14210906 or 10889255. OLE color: 10889255.

HSL color Cylindrical-coordinate representation of color #2728A6: hue angle of 239.53º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2728A6 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 39 40 166 -
CMYK 0.77 0.76 0 0.35
HSL 239.53º 0.62% 0.4% -
HSV(B) 239.53º 0.77% 0.65% -
XYZ 8.48 4.7 36.54 -
YUV 54.07 191.17 117.25 -
System Red Green Blue C M Y K H S L
Decimal 39 40 166 0.77 0.76 0 0.35 239.53 0.62 0.4
Hex 27 28 A6 4D 4C 0 23 F0 3E 28
Octal 47 50 246 115 114 0 43 360 76 50
Binary 100111 101000 10100110 1001101 1001100 0 100011 11110000 111110 101000

Color Harmonies of #2728A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2728A6

Black with #2728A6

Text Example


Text Example

White with #2728A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2728A6; }

 p { color: rgb(39,40,166); }

 H1.HeaderClassName
 {
   color: #2728A6;
 }
 .AnyTagClassName
 {
   color: #2728A6;
 }
</style>

background-color css

<style>
 a { background-color: #2728A6; }

 a { background-color: rgb(39,40,166); }

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

border-color css

<style>
 span { border-color: #2728A6; }

 span { border-color: rgb(39,40,166); }

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