#262390

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

Shades of Ultramarine #262390

Tints of Ultramarine #262390

Color information

#262390 (or 0x262390) is unknown color: approx Ultramarine. HEX triplet: 26, 23 and 90. RGB value is (38,35,144). Sum of RGB (Red+Green+Blue) = 38+35+144=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #262390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262390 is #D9DC6F. Grayscale: #2F2F2F. Windows color (decimal): -14277744 or 9446182. OLE color: 9446182.

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

Color convert

RGB3835144-
CMYK0.740.7600.44
HSL241.65º60.89%35.1%-
HSV(B)241.65º75.69%56.47%-
XYZ6.433.6326.75-
YUV48.32181.99120.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.51%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 144 (56.64% from 255) = 66.36%
R=17.51%
G=16.13%
B=66.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38351440.740.7600.44241.6560.8935.1
Hex2623904A4C02Cf23d23
Octal46432201121140543627543
Binary1001101000111001000010010101001100010110011110010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262390; }

 p { color: rgb(38,35,144); }

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

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

 a { background-color: rgb(38,35,144); }

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

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

 span { border-color: rgb(38,35,144); }

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