#262493

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

Shades of Ultramarine #262493

Tints of Ultramarine #262493

Color information

#262493 (or 0x262493) is unknown color: approx Ultramarine. HEX triplet: 26, 24 and 93. RGB value is (38,36,147). Sum of RGB (Red+Green+Blue) = 38+36+147=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #262493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262493 is #D9DB6C. Grayscale: #303030. Windows color (decimal): -14277485 or 9643046. OLE color: 9643046.

HSL color Cylindrical-coordinate representation of color #262493: hue angle of 241.08º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #262493 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3836147-
CMYK0.740.7600.42
HSL241.08º60.66%35.88%-
HSV(B)241.08º75.51%57.65%-
XYZ6.73.7827.98-
YUV49.25183.16119.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 36 (14.45% from 255) = 16.29%
BLUE value IS 147 (57.81% from 255) = 66.52%
R=17.19%
G=16.29%
B=66.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38361470.740.7600.42241.0860.6635.88
Hex2624934A4C02Af13d24
Octal46442231121140523617544
Binary1001101001001001001110010101001100010101011110001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262493; }

 p { color: rgb(38,36,147); }

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

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

 a { background-color: rgb(38,36,147); }

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

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

 span { border-color: rgb(38,36,147); }

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