#271CAA

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

Shades of Ultramarine #271CAA

Tints of Ultramarine #271CAA

Color information

#271CAA (or 0x271CAA) is unknown color: approx Ultramarine. HEX triplet: 27, 1C and AA. RGB value is (39,28,170). Sum of RGB (Red+Green+Blue) = 39+28+170=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #271CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271CAA is #D8E355. Grayscale: #2E2E2E. Windows color (decimal): -14213974 or 11148327. OLE color: 11148327.

HSL color Cylindrical-coordinate representation of color #271CAA: hue angle of 244.65º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271CAA is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3928170-
CMYK0.770.8400.33
HSL244.65º71.72%38.82%-
HSV(B)244.65º83.53%66.67%-
XYZ8.514.1638.39-
YUV47.48197.14121.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.46%
GREEN value IS 28 (11.33% from 255) = 11.81%
BLUE value IS 170 (66.80% from 255) = 71.73%
R=16.46%
G=11.81%
B=71.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39281700.770.8400.33244.6571.7238.82
Hex271CAA4D54021f54827
Octal473425211512404136511047
Binary1001111110010101010100110110101000100001111101011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271CAA; }

 p { color: rgb(39,28,170); }

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

<style>
 a { background-color: #271CAA; }

 a { background-color: rgb(39,28,170); }

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

<style>
 span { border-color: #271CAA; }

 span { border-color: rgb(39,28,170); }

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