#262399

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

Shades of Ultramarine #262399

Tints of Ultramarine #262399

Color information

#262399 (or 0x262399) is unknown color: approx Ultramarine. HEX triplet: 26, 23 and 99. RGB value is (38,35,153). Sum of RGB (Red+Green+Blue) = 38+35+153=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #262399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262399 is #D9DC66. Grayscale: #303030. Windows color (decimal): -14277735 or 10036006. OLE color: 10036006.

HSL color Cylindrical-coordinate representation of color #262399: hue angle of 241.53º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #262399 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3835153-
CMYK0.750.7700.4
HSL241.53º62.77%36.86%-
HSV(B)241.53º77.12%60%-
XYZ7.153.9130.52-
YUV49.35186.49119.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 153 (60.16% from 255) = 67.70%
R=16.81%
G=15.49%
B=67.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38351530.750.7700.4241.5362.7736.86
Hex2623994B4D028f23f25
Octal46432311131150503627745
Binary1001101000111001100110010111001101010100011110010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262399; }

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

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

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

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

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

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

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

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