#2F08B1

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

Shades of Ultramarine #2F08B1

Tints of Ultramarine #2F08B1

Color information

#2F08B1 (or 0x2F08B1) is unknown color: approx Ultramarine. HEX triplet: 2F, 08 and B1. RGB value is (47,8,177). Sum of RGB (Red+Green+Blue) = 47+8+177=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 177 (69.53% from 255 or 76.29% from 232); Max value from RGB is 177 - color contains mainly: blue. Hex color #2F08B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F08B1 is #D0F74E. Grayscale: #262626. Windows color (decimal): -13694799 or 11601967. OLE color: 11601967.

HSL color Cylindrical-coordinate representation of color #2F08B1: hue angle of 253.85º degrees, saturation: 0.91, 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 #2F08B1 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB478177-
CMYK0.730.9500.31
HSL253.85º91.35%36.27%-
HSV(B)253.85º95.48%69.41%-
XYZ9.193.9541.87-
YUV38.93205.92133.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.26%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 177 (69.53% from 255) = 76.29%
R=20.26%
G=3.45%
B=76.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4781770.730.9500.31253.8591.3536.27
Hex2F8B1495F01Ffe5b24
Octal571026111113703737613344
Binary10111110001011000110010011011111011111111111101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F08B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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