#272690

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

Shades of Ultramarine #272690

Tints of Ultramarine #272690

Color information

#272690 (or 0x272690) is unknown color: approx Ultramarine. HEX triplet: 27, 26 and 90. RGB value is (39,38,144). Sum of RGB (Red+Green+Blue) = 39+38+144=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #272690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272690 is #D8D96F. Grayscale: #313131. Windows color (decimal): -14211440 or 9446951. OLE color: 9446951.

HSL color Cylindrical-coordinate representation of color #272690: hue angle of 240.57º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #272690 is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3938144-
CMYK0.730.7400.44
HSL240.57º58.24%35.69%-
HSV(B)240.57º73.61%56.47%-
XYZ6.563.8326.78-
YUV50.38180.83119.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.65%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 144 (56.64% from 255) = 65.16%
R=17.65%
G=17.19%
B=65.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39381440.730.7400.44240.5758.2435.69
Hex272690494A02Cf13a24
Octal47462201111120543617244
Binary1001111001101001000010010011001010010110011110001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272690; }

 p { color: rgb(39,38,144); }

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

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

 a { background-color: rgb(39,38,144); }

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

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

 span { border-color: rgb(39,38,144); }

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