#27228C

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

Shades of Ultramarine #27228C

Tints of Ultramarine #27228C

Color information

#27228C (or 0x27228C) is unknown color: approx Ultramarine. HEX triplet: 27, 22 and 8C. RGB value is (39,34,140). Sum of RGB (Red+Green+Blue) = 39+34+140=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #27228C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27228C is #D8DD73. Grayscale: #2F2F2F. Windows color (decimal): -14212468 or 9183783. OLE color: 9183783.

HSL color Cylindrical-coordinate representation of color #27228C: hue angle of 242.83º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27228C is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3934140-
CMYK0.720.7600.45
HSL242.83º60.92%34.12%-
HSV(B)242.83º75.71%54.9%-
XYZ6.143.4725.16-
YUV47.58180.16121.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 34 (13.67% from 255) = 15.96%
BLUE value IS 140 (55.08% from 255) = 65.73%
R=18.31%
G=15.96%
B=65.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39341400.720.7600.45242.8360.9234.12
Hex27228C484C02Df33d22
Octal47422141101140553637542
Binary1001111000101000110010010001001100010110111110011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27228C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27228C; }

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

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

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

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

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

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

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

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