#261AA2

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

Shades of Ultramarine #261AA2

Tints of Ultramarine #261AA2

Color information

#261AA2 (or 0x261AA2) is unknown color: approx Ultramarine. HEX triplet: 26, 1A and A2. RGB value is (38,26,162). Sum of RGB (Red+Green+Blue) = 38+26+162=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 162 (63.67% from 255 or 71.68% from 226); Max value from RGB is 162 - color contains mainly: blue. Hex color #261AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261AA2 is #D9E55D. Grayscale: #2C2C2C. Windows color (decimal): -14280030 or 10623526. OLE color: 10623526.

HSL color Cylindrical-coordinate representation of color #261AA2: hue angle of 245.29º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261AA2 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3826162-
CMYK0.770.8400.36
HSL245.29º72.34%36.86%-
HSV(B)245.29º83.95%63.53%-
XYZ7.693.7634.5-
YUV45.09193.98122.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 26 (10.55% from 255) = 11.50%
BLUE value IS 162 (63.67% from 255) = 71.68%
R=16.81%
G=11.50%
B=71.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38261620.770.8400.36245.2972.3436.86
Hex261AA24D54024f54825
Octal463224211512404436511045
Binary1001101101010100010100110110101000100100111101011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,26,162); }

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

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

 a { background-color: rgb(38,26,162); }

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

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

 span { border-color: rgb(38,26,162); }

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