#2701B3

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

Shades of Ultramarine #2701B3

Tints of Ultramarine #2701B3

Color information

#2701B3 (or 0x2701B3) is unknown color: approx Ultramarine. HEX triplet: 27, 01 and B3. RGB value is (39,1,179). Sum of RGB (Red+Green+Blue) = 39+1+179=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 179 (70.31% from 255 or 81.74% from 219); Max value from RGB is 179 - color contains mainly: blue. Hex color #2701B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2701B3 is #D8FE4C. Grayscale: #1F1F1F. Windows color (decimal): -14220877 or 11731239. OLE color: 11731239.

HSL color Cylindrical-coordinate representation of color #2701B3: hue angle of 252.81º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2701B3 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB391179-
CMYK0.780.9900.30
HSL252.81º98.89%35.29%-
HSV(B)252.81º99.44%70.2%-
XYZ8.983.7142.89-
YUV32.65210.59132.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.81%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 179 (70.31% from 255) = 81.74%
R=17.81%
G=0.46%
B=81.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal3911790.780.9900.30252.8198.8935.29
Hex271B34E6301Efd6323
Octal47126311614303637514343
Binary10011111011001110011101100011011110111111011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2701B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2701B3; }

 p { color: rgb(39,1,179); }

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

<style>
 a { background-color: #2701B3; }

 a { background-color: rgb(39,1,179); }

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

<style>
 span { border-color: #2701B3; }

 span { border-color: rgb(39,1,179); }

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