#27229C

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

Shades of Ultramarine #27229C

Tints of Ultramarine #27229C

Color information

#27229C (or 0x27229C) is unknown color: approx Ultramarine. HEX triplet: 27, 22 and 9C. RGB value is (39,34,156). Sum of RGB (Red+Green+Blue) = 39+34+156=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #27229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27229C is #D8DD63. Grayscale: #303030. Windows color (decimal): -14212452 or 10232359. OLE color: 10232359.

HSL color Cylindrical-coordinate representation of color #27229C: hue angle of 242.46º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27229C is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3934156-
CMYK0.750.7800.39
HSL242.46º64.21%37.25%-
HSV(B)242.46º78.21%61.18%-
XYZ7.413.9831.83-
YUV49.4188.16120.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.03%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 156 (61.33% from 255) = 68.12%
R=17.03%
G=14.85%
B=68.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal39341560.750.7800.39242.4664.2137.25
Hex27229C4B4E027f24025
Octal474223411311604736210045
Binary10011110001010011100100101110011100100111111100101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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