#27218C

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

Shades of Ultramarine #27218C

Tints of Ultramarine #27218C

Color information

#27218C (or 0x27218C) is unknown color: approx Ultramarine. HEX triplet: 27, 21 and 8C. RGB value is (39,33,140). Sum of RGB (Red+Green+Blue) = 39+33+140=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 140 (55.08% from 255 or 66.04% from 212); Max value from RGB is 140 - color contains mainly: blue. Hex color #27218C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27218C is #D8DE73. Grayscale: #2E2E2E. Windows color (decimal): -14212724 or 9183527. OLE color: 9183527.

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

Color convert

RGB3933140-
CMYK0.720.7600.45
HSL243.36º61.85%33.92%-
HSV(B)243.36º76.43%54.9%-
XYZ6.113.4125.15-
YUV46.99180.49122.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.40%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 140 (55.08% from 255) = 66.04%
R=18.40%
G=15.57%
B=66.04%

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
Decimal39331400.720.7600.45243.3661.8533.92
Hex27218C484C02Df33e22
Octal47412141101140553637642
Binary1001111000011000110010010001001100010110111110011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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