#331AAE

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

Shades of Ultramarine #331AAE

Tints of Ultramarine #331AAE

Color information

#331AAE (or 0x331AAE) is unknown color: approx Ultramarine. HEX triplet: 33, 1A and AE. RGB value is (51,26,174). Sum of RGB (Red+Green+Blue) = 51+26+174=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #331AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331AAE is #CCE551. Grayscale: #313131. Windows color (decimal): -13428050 or 11409971. OLE color: 11409971.

HSL color Cylindrical-coordinate representation of color #331AAE: hue angle of 250.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331AAE is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5126174-
CMYK0.710.8500.32
HSL250.14º74%39.22%-
HSV(B)250.14º85.06%68.24%-
XYZ9.374.540.42-
YUV50.35197.78128.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 26 (10.55% from 255) = 10.36%
BLUE value IS 174 (68.36% from 255) = 69.32%
R=20.32%
G=10.36%
B=69.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51261740.710.8500.32250.147439.22
Hex331AAE4755020fa4a27
Octal633225610712504037211247
Binary1100111101010101110100011110101010100000111110101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331AAE; }

 p { color: rgb(51,26,174); }

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

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

 a { background-color: rgb(51,26,174); }

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

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

 span { border-color: rgb(51,26,174); }

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