#273894

Color #273894 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #273894

Tints of Egyptian Blue #273894

Color information

#273894 (or 0x273894) is unknown color: approx Egyptian Blue. HEX triplet: 27, 38 and 94. RGB value is (39,56,148). Sum of RGB (Red+Green+Blue) = 39+56+148=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #273894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273894 is #D8C76B. Grayscale: #3D3D3D. Windows color (decimal): -14206828 or 9713703. OLE color: 9713703.

HSL color Cylindrical-coordinate representation of color #273894: hue angle of 230.64º 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 #273894 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3956148-
CMYK0.740.6200.42
HSL230.64º58.29%36.67%-
HSV(B)230.64º73.65%58.04%-
XYZ7.65.428.66-
YUV61.4176.87112.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.05%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 148 (58.20% from 255) = 60.91%
R=16.05%
G=23.05%
B=60.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39561480.740.6200.42230.6458.2936.67
Hex2738944A3E02Ae73a25
Octal4770224112760523477245
Binary100111111000100101001001010111110010101011100111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273894; }

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

 H1.HeaderClassName
 {
   color: #273894;
 }
 .AnyTagClassName
 {
   color: #273894;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #273894;
 }
 .BgClassName
 {
   background-color: #273894;
 }
</style>
border-color css

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

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

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