Html Css Color HEX #272D99 Egyptian Blue

📋 copy color: '#272D99'

red 39 ◦ green 45 ◦ blue 153

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

Shades of Egyptian Blue #272D99

Tints of Egyptian Blue #272D99

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.99%

 BLUE value IS 153 (60.16% from 255) = 64.56%

R = 16.46%
G = 18.99%
B = 64.56%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#272D99 (or 0x272D99) is known color: Egyptian Blue. HEX triplet: 27, 2D and 99. RGB value is (39,45,153). Sum of RGB (Red+Green+Blue) = 39+45+153=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #272D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272D99 is #D8D266. Grayscale: #373737. Windows color (decimal): -14209639 or 10038567. OLE color: 10038567.

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

Color convert

RGB 39 45 153 -
CMYK 0.75 0.71 0 0.4
HSL 236.84º 0.59% 0.38% -
HSV(B) 236.84º 0.75% 0.6% -
XYZ 7.52 4.61 30.63 -
YUV 55.52 183.01 116.22 -
System Red Green Blue C M Y K H S L
Decimal 39 45 153 0.75 0.71 0 0.4 236.84 0.59 0.38
Hex 27 2D 99 4B 47 0 28 ED 3B 26
Octal 47 55 231 113 107 0 50 355 73 46
Binary 100111 101101 10011001 1001011 1000111 0 101000 11101101 111011 100110

Color Harmonies of #272D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272D99

Black with #272D99

Text Example


Text Example

White with #272D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,45,153); }

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

background-color css

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

 a { background-color: rgb(39,45,153); }

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

border-color css

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

 span { border-color: rgb(39,45,153); }

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