#261FA2

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

Shades of Ultramarine #261FA2

Tints of Ultramarine #261FA2

Color information

#261FA2 (or 0x261FA2) is unknown color: approx Ultramarine. HEX triplet: 26, 1F and A2. RGB value is (38,31,162). Sum of RGB (Red+Green+Blue) = 38+31+162=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 162 (63.67% from 255 or 70.13% from 231); Max value from RGB is 162 - color contains mainly: blue. Hex color #261FA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261FA2 is #D9E05D. Grayscale: #2F2F2F. Windows color (decimal): -14278750 or 10624806. OLE color: 10624806.

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

Color convert

RGB3831162-
CMYK0.770.8100.36
HSL243.21º67.88%37.84%-
HSV(B)243.21º80.86%63.53%-
XYZ7.81434.54-
YUV48.03192.32120.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 31 (12.5% from 255) = 13.42%
BLUE value IS 162 (63.67% from 255) = 70.13%
R=16.45%
G=13.42%
B=70.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38311620.770.8100.36243.2167.8837.84
Hex261FA24D51024f34426
Octal463724211512104436310446
Binary1001101111110100010100110110100010100100111100111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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