#260394

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

Shades of Ultramarine #260394

Tints of Ultramarine #260394

Color information

#260394 (or 0x260394) is unknown color: approx Ultramarine. HEX triplet: 26, 03 and 94. RGB value is (38,3,148). Sum of RGB (Red+Green+Blue) = 38+3+148=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 148 (58.20% from 255 or 78.31% from 189); Max value from RGB is 148 - color contains mainly: blue. Hex color #260394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260394 is #D9FC6B. Grayscale: #1D1D1D. Windows color (decimal): -14285932 or 9700134. OLE color: 9700134.

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

Color convert

RGB383148-
CMYK0.740.9800.42
HSL254.48º96.03%29.61%-
HSV(B)254.48º97.97%58.04%-
XYZ6.182.6228.2-
YUV29.99194.6133.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.11%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 148 (58.20% from 255) = 78.31%
R=20.11%
G=1.59%
B=78.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3831480.740.9800.42254.4896.0329.61
Hex263944A6202Afe601e
Octal46322411214205237614036
Binary100110111001010010010101100010010101011111110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260394; }

 p { color: rgb(38,3,148); }

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

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

 a { background-color: rgb(38,3,148); }

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

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

 span { border-color: rgb(38,3,148); }

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