#27218B

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

Shades of Ultramarine #27218B

Tints of Ultramarine #27218B

Color information

#27218B (or 0x27218B) is unknown color: approx Ultramarine. HEX triplet: 27, 21 and 8B. RGB value is (39,33,139). Sum of RGB (Red+Green+Blue) = 39+33+139=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #27218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27218B is #D8DE74. Grayscale: #2E2E2E. Windows color (decimal): -14212725 or 9117991. OLE color: 9117991.

HSL color Cylindrical-coordinate representation of color #27218B: hue angle of 243.4º degrees, saturation: 0.62, 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 #27218B is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3933139-
CMYK0.720.7600.45
HSL243.4º61.63%33.73%-
HSV(B)243.4º76.26%54.51%-
XYZ6.043.3824.76-
YUV46.88179.99122.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.48%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 139 (54.69% from 255) = 65.88%
R=18.48%
G=15.64%
B=65.88%

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
Decimal39331390.720.7600.45243.461.6333.73
Hex27218B484C02Df33e22
Octal47412131101140553637642
Binary1001111000011000101110010001001100010110111110011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27218B; }

 p { color: rgb(39,33,139); }

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

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

 a { background-color: rgb(39,33,139); }

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

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

 span { border-color: rgb(39,33,139); }

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