#281CAA

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

Shades of Ultramarine #281CAA

Tints of Ultramarine #281CAA

Color information

#281CAA (or 0x281CAA) is unknown color: approx Ultramarine. HEX triplet: 28, 1C and AA. RGB value is (40,28,170). Sum of RGB (Red+Green+Blue) = 40+28+170=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #281CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281CAA is #D7E355. Grayscale: #2F2F2F. Windows color (decimal): -14148438 or 11148328. OLE color: 11148328.

HSL color Cylindrical-coordinate representation of color #281CAA: hue angle of 245.07º 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 #281CAA is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4028170-
CMYK0.760.8400.33
HSL245.07º71.72%38.82%-
HSV(B)245.07º83.53%66.67%-
XYZ8.554.1838.39-
YUV47.78196.98122.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.81%
GREEN value IS 28 (11.33% from 255) = 11.76%
BLUE value IS 170 (66.80% from 255) = 71.43%
R=16.81%
G=11.76%
B=71.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40281700.760.8400.33245.0771.7238.82
Hex281CAA4C54021f54827
Octal503425211412404136511047
Binary1010001110010101010100110010101000100001111101011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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