#272496

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

Shades of Ultramarine #272496

Tints of Ultramarine #272496

Color information

#272496 (or 0x272496) is unknown color: approx Ultramarine. HEX triplet: 27, 24 and 96. RGB value is (39,36,150). Sum of RGB (Red+Green+Blue) = 39+36+150=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #272496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272496 is #D8DB69. Grayscale: #313131. Windows color (decimal): -14211946 or 9839655. OLE color: 9839655.

HSL color Cylindrical-coordinate representation of color #272496: hue angle of 241.58º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #272496 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3936150-
CMYK0.740.7600.41
HSL241.58º61.29%36.47%-
HSV(B)241.58º76%58.82%-
XYZ6.973.929.24-
YUV49.89184.49120.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 150 (58.98% from 255) = 66.67%
R=17.33%
G=16%
B=66.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39361500.740.7600.41241.5861.2936.47
Hex2724964A4C029f23d24
Octal47442261121140513627544
Binary1001111001001001011010010101001100010100111110010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272496; }

 p { color: rgb(39,36,150); }

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

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

 a { background-color: rgb(39,36,150); }

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

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

 span { border-color: rgb(39,36,150); }

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