#261CAA

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

Shades of Ultramarine #261CAA

Tints of Ultramarine #261CAA

Color information

#261CAA (or 0x261CAA) is unknown color: approx Ultramarine. HEX triplet: 26, 1C and AA. RGB value is (38,28,170). Sum of RGB (Red+Green+Blue) = 38+28+170=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #261CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261CAA is #D9E355. Grayscale: #2E2E2E. Windows color (decimal): -14279510 or 11148326. OLE color: 11148326.

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

Color convert

RGB3828170-
CMYK0.780.8400.33
HSL244.23º71.72%38.82%-
HSV(B)244.23º83.53%66.67%-
XYZ8.474.1438.38-
YUV47.18197.31121.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.10%
GREEN value IS 28 (11.33% from 255) = 11.86%
BLUE value IS 170 (66.80% from 255) = 72.03%
R=16.10%
G=11.86%
B=72.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38281700.780.8400.33244.2371.7238.82
Hex261CAA4E54021f44827
Octal463425211612404136411047
Binary1001101110010101010100111010101000100001111101001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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