#272290

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

Shades of Ultramarine #272290

Tints of Ultramarine #272290

Color information

#272290 (or 0x272290) is unknown color: approx Ultramarine. HEX triplet: 27, 22 and 90. RGB value is (39,34,144). Sum of RGB (Red+Green+Blue) = 39+34+144=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #272290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272290 is #D8DD6F. Grayscale: #2F2F2F. Windows color (decimal): -14212464 or 9445927. OLE color: 9445927.

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

Color convert

RGB3934144-
CMYK0.730.7600.44
HSL242.73º61.8%34.9%-
HSV(B)242.73º76.39%56.47%-
XYZ6.443.5926.74-
YUV48.04182.16121.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.97%
GREEN value IS 34 (13.67% from 255) = 15.67%
BLUE value IS 144 (56.64% from 255) = 66.36%
R=17.97%
G=15.67%
B=66.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39341440.730.7600.44242.7361.834.9
Hex272290494C02Cf33e23
Octal47422201111140543637643
Binary1001111000101001000010010011001100010110011110011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272290; }

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

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

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

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

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

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

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

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