#262495

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

Shades of Ultramarine #262495

Tints of Ultramarine #262495

Color information

#262495 (or 0x262495) is unknown color: approx Ultramarine. HEX triplet: 26, 24 and 95. RGB value is (38,36,149). Sum of RGB (Red+Green+Blue) = 38+36+149=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #262495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262495 is #D9DB6A. Grayscale: #313131. Windows color (decimal): -14277483 or 9774118. OLE color: 9774118.

HSL color Cylindrical-coordinate representation of color #262495: hue angle of 241.06º 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 #262495 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3836149-
CMYK0.740.7600.42
HSL241.06º61.08%36.27%-
HSV(B)241.06º75.84%58.43%-
XYZ6.863.8428.81-
YUV49.48184.16119.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.04%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 149 (58.59% from 255) = 66.82%
R=17.04%
G=16.14%
B=66.82%

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
Decimal38361490.740.7600.42241.0661.0836.27
Hex2624954A4C02Af13d24
Octal46442251121140523617544
Binary1001101001001001010110010101001100010101011110001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262495; }

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

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

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

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

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

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

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

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