#3109AF

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

Shades of Ultramarine #3109AF

Tints of Ultramarine #3109AF

Color information

#3109AF (or 0x3109AF) is unknown color: approx Ultramarine. HEX triplet: 31, 09 and AF. RGB value is (49,9,175). Sum of RGB (Red+Green+Blue) = 49+9+175=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #3109AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3109AF is #CEF650. Grayscale: #272727. Windows color (decimal): -13563473 or 11471153. OLE color: 11471153.

HSL color Cylindrical-coordinate representation of color #3109AF: hue angle of 254.46º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3109AF is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB499175-
CMYK0.720.9500.31
HSL254.46º90.22%36.08%-
HSV(B)254.46º94.86%68.63%-
XYZ9.13.9440.84-
YUV39.88204.25134.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 9 (3.91% from 255) = 3.86%
BLUE value IS 175 (68.75% from 255) = 75.11%
R=21.03%
G=3.86%
B=75.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4991750.720.9500.31254.4690.2236.08
Hex319AF485F01Ffe5a24
Octal611125711013703737613244
Binary11000110011010111110010001011111011111111111101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3109AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3109AF; }

 p { color: rgb(49,9,175); }

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

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

 a { background-color: rgb(49,9,175); }

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

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

 span { border-color: rgb(49,9,175); }

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