#331BAC

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

Shades of Ultramarine #331BAC

Tints of Ultramarine #331BAC

Color information

#331BAC (or 0x331BAC) is unknown color: approx Ultramarine. HEX triplet: 33, 1B and AC. RGB value is (51,27,172). Sum of RGB (Red+Green+Blue) = 51+27+172=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #331BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331BAC is #CCE453. Grayscale: #323232. Windows color (decimal): -13427796 or 11279155. OLE color: 11279155.

HSL color Cylindrical-coordinate representation of color #331BAC: hue angle of 249.93º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331BAC is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5127172-
CMYK0.700.8400.33
HSL249.93º72.86%39.02%-
HSV(B)249.93º84.3%67.45%-
XYZ9.24.4739.41-
YUV50.71196.45128.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.4%
GREEN value IS 27 (10.94% from 255) = 10.8%
BLUE value IS 172 (67.58% from 255) = 68.8%
R=20.4%
G=10.8%
B=68.8%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51271720.700.8400.33249.9372.8639.02
Hex331BAC4654021fa4927
Octal633325410612404137211147
Binary1100111101110101100100011010101000100001111110101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,27,172); }

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

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

 a { background-color: rgb(51,27,172); }

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

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

 span { border-color: rgb(51,27,172); }

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