#2F11B1

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

Shades of Ultramarine #2F11B1

Tints of Ultramarine #2F11B1

Color information

#2F11B1 (or 0x2F11B1) is unknown color: approx Ultramarine. HEX triplet: 2F, 11 and B1. RGB value is (47,17,177). Sum of RGB (Red+Green+Blue) = 47+17+177=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 177 (69.53% from 255 or 73.44% from 241); Max value from RGB is 177 - color contains mainly: blue. Hex color #2F11B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F11B1 is #D0EE4E. Grayscale: #2B2B2B. Windows color (decimal): -13692495 or 11604271. OLE color: 11604271.

HSL color Cylindrical-coordinate representation of color #2F11B1: hue angle of 251.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F11B1 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4717177-
CMYK0.730.9000.31
HSL251.25º82.47%38.04%-
HSV(B)251.25º90.4%69.41%-
XYZ9.314.1841.91-
YUV44.21202.94129.99-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.50%
GREEN value IS 17 (7.03% from 255) = 7.05%
BLUE value IS 177 (69.53% from 255) = 73.44%
R=19.50%
G=7.05%
B=73.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal47171770.730.9000.31251.2582.4738.04
Hex2F11B1495A01Ffb5226
Octal572126111113203737312246
Binary101111100011011000110010011011010011111111110111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F11B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F11B1; }

 p { color: rgb(47,17,177); }

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

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

 a { background-color: rgb(47,17,177); }

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

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

 span { border-color: rgb(47,17,177); }

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