#262690

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

Shades of Ultramarine #262690

Tints of Ultramarine #262690

Color information

#262690 (or 0x262690) is unknown color: approx Ultramarine. HEX triplet: 26, 26 and 90. RGB value is (38,38,144). Sum of RGB (Red+Green+Blue) = 38+38+144=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #262690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262690 is #D9D96F. Grayscale: #313131. Windows color (decimal): -14276976 or 9446950. OLE color: 9446950.

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

Color convert

RGB3838144-
CMYK0.740.7400.44
HSL240º58.24%35.69%-
HSV(B)240º73.61%56.47%-
XYZ6.533.8126.78-
YUV50.08181119.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.27%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 144 (56.64% from 255) = 65.45%
R=17.27%
G=17.27%
B=65.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38381440.740.7400.4424058.2435.69
Hex2626904A4A02Cf03a24
Octal46462201121120543607244
Binary1001101001101001000010010101001010010110011110000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262690; }

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

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

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

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

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

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

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

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