Html Css Color HEX #272D94 Egyptian Blue

📋 copy color: '#272D94'

red 39 ◦ green 45 ◦ blue 148

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

Shades of Egyptian Blue #272D94

Tints of Egyptian Blue #272D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 63.79%

R = 16.81%
G = 19.4%
B = 63.79%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#272D94 (or 0x272D94) is known color: Egyptian Blue. HEX triplet: 27, 2D and 94. RGB value is (39,45,148). Sum of RGB (Red+Green+Blue) = 39+45+148=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #272D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272D94 is #D8D26B. Grayscale: #363636. Windows color (decimal): -14209644 or 9710887. OLE color: 9710887.

HSL color Cylindrical-coordinate representation of color #272D94: hue angle of 236.7º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #272D94 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 45 148 -
CMYK 0.74 0.70 0 0.42
HSL 236.7º 0.58% 0.37% -
HSV(B) 236.7º 0.74% 0.58% -
XYZ 7.12 4.45 28.5 -
YUV 54.95 180.51 116.62 -
System Red Green Blue C M Y K H S L
Decimal 39 45 148 0.74 0.70 0 0.42 236.7 0.58 0.37
Hex 27 2D 94 4A 46 0 2A ED 3A 25
Octal 47 55 224 112 106 0 52 355 72 45
Binary 100111 101101 10010100 1001010 1000110 0 101010 11101101 111010 100101

Color Harmonies of #272D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272D94

Black with #272D94

Text Example


Text Example

White with #272D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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