#2F06B0

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

Shades of Ultramarine #2F06B0

Tints of Ultramarine #2F06B0

Color information

#2F06B0 (or 0x2F06B0) is unknown color: approx Ultramarine. HEX triplet: 2F, 06 and B0. RGB value is (47,6,176). Sum of RGB (Red+Green+Blue) = 47+6+176=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 176 (69.14% from 255 or 76.86% from 229); Max value from RGB is 176 - color contains mainly: blue. Hex color #2F06B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F06B0 is #D0F94F. Grayscale: #252525. Windows color (decimal): -13695312 or 11535919. OLE color: 11535919.

HSL color Cylindrical-coordinate representation of color #2F06B0: hue angle of 254.47º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F06B0 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB476176-
CMYK0.730.9700.31
HSL254.47º93.41%35.69%-
HSV(B)254.47º96.59%69.02%-
XYZ9.073.8741.34-
YUV37.64206.08134.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.52%
GREEN value IS 6 (2.73% from 255) = 2.62%
BLUE value IS 176 (69.14% from 255) = 76.86%
R=20.52%
G=2.62%
B=76.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4761760.730.9700.31254.4793.4135.69
Hex2F6B0496101Ffe5d24
Octal57626011114103737613544
Binary1011111101011000010010011100001011111111111101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F06B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,6,176); }

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

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

 a { background-color: rgb(47,6,176); }

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

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

 span { border-color: rgb(47,6,176); }

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