#27208B

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

Shades of Ultramarine #27208B

Tints of Ultramarine #27208B

Color information

#27208B (or 0x27208B) is unknown color: approx Ultramarine. HEX triplet: 27, 20 and 8B. RGB value is (39,32,139). Sum of RGB (Red+Green+Blue) = 39+32+139=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #27208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27208B is #D8DF74. Grayscale: #2D2D2D. Windows color (decimal): -14212981 or 9117735. OLE color: 9117735.

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

Color convert

RGB3932139-
CMYK0.720.7700.45
HSL243.93º62.57%33.53%-
HSV(B)243.93º76.98%54.51%-
XYZ6.013.3324.75-
YUV46.29180.32122.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 139 (54.69% from 255) = 66.19%
R=18.57%
G=15.24%
B=66.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39321390.720.7700.45243.9362.5733.53
Hex27208B484D02Df43f22
Octal47402131101150553647742
Binary1001111000001000101110010001001101010110111110100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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