#3100af

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

Shades of Ultramarine #3100AF

Tints of Ultramarine #3100AF

Color information

#3100AF (or 0x3100AF) is unknown color: approx Ultramarine. HEX triplet: 31, 00 and AF. RGB value is (49,0,175). Sum of RGB (Red+Green+Blue) = 49+0+175=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 175 (68.75% from 255 or 78.12% from 224); Max value from RGB is 175 - color contains mainly: blue. Hex color #3100AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3100AF is #CEFF50. Grayscale: #212121. Windows color (decimal): -13565777 or 11468849. OLE color: 11468849.

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

Color convert

RGB490175-
CMYK0.72100.31
HSL256.8º100%34.31%-
HSV(B)256.8º100%68.63%-
XYZ93.7540.81-
YUV34.6207.23138.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 78.12%
R=21.88%
G=0%
B=78.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4901750.72100.31256.810034.31
Hex310AF486401F1016422
Octal61025711014403740114442
Binary110001010101111100100011001000111111000000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3100af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3100af; }

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

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

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

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

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

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

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

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