Html Css Color HEX #272F9E Egyptian Blue

📋 copy color: '#272F9E'

red 39 ◦ green 47 ◦ blue 158

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

Shades of Egyptian Blue #272F9E

Tints of Egyptian Blue #272F9E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.26%

 BLUE value IS 158 (62.11% from 255) = 64.75%

R = 15.98%
G = 19.26%
B = 64.75%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#272F9E (or 0x272F9E) is known color: Egyptian Blue. HEX triplet: 27, 2F and 9E. RGB value is (39,47,158). Sum of RGB (Red+Green+Blue) = 39+47+158=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #272F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272F9E is #D8D061. Grayscale: #383838. Windows color (decimal): -14209122 or 10366759. OLE color: 10366759.

HSL color Cylindrical-coordinate representation of color #272F9E: hue angle of 235.97º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #272F9E is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 39 47 158 -
CMYK 0.75 0.70 0 0.38
HSL 235.97º 0.6% 0.39% -
HSV(B) 235.97º 0.75% 0.62% -
XYZ 8.02 4.93 32.88 -
YUV 57.26 184.85 114.97 -
System Red Green Blue C M Y K H S L
Decimal 39 47 158 0.75 0.70 0 0.38 235.97 0.6 0.39
Hex 27 2F 9E 4B 46 0 26 EC 3C 27
Octal 47 57 236 113 106 0 46 354 74 47
Binary 100111 101111 10011110 1001011 1000110 0 100110 11101100 111100 100111

Color Harmonies of #272F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272F9E

Black with #272F9E

Text Example


Text Example

White with #272F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272F9E; }

 p { color: rgb(39,47,158); }

 H1.HeaderClassName
 {
   color: #272F9E;
 }
 .AnyTagClassName
 {
   color: #272F9E;
 }
</style>

background-color css

<style>
 a { background-color: #272F9E; }

 a { background-color: rgb(39,47,158); }

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

border-color css

<style>
 span { border-color: #272F9E; }

 span { border-color: rgb(39,47,158); }

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