#2C079E

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

Shades of Ultramarine #2C079E

Tints of Ultramarine #2C079E

Color information

#2C079E (or 0x2C079E) is unknown color: approx Ultramarine. HEX triplet: 2C, 07 and 9E. RGB value is (44,7,158). Sum of RGB (Red+Green+Blue) = 44+7+158=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 158 (62.11% from 255 or 75.60% from 209); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C079E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C079E is #D3F861. Grayscale: #222222. Windows color (decimal): -13891682 or 10356524. OLE color: 10356524.

HSL color Cylindrical-coordinate representation of color #2C079E: hue angle of 254.7º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C079E is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB447158-
CMYK0.720.9600.38
HSL254.7º91.52%32.35%-
HSV(B)254.7º95.57%61.96%-
XYZ7.293.1632.57-
YUV35.28197.26134.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.05%
GREEN value IS 7 (3.12% from 255) = 3.35%
BLUE value IS 158 (62.11% from 255) = 75.60%
R=21.05%
G=3.35%
B=75.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4471580.720.9600.38254.791.5232.35
Hex2C79E4860026ff5c20
Octal54723611014004637713440
Binary10110011110011110100100011000000100110111111111011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,7,158); }

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

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

 a { background-color: rgb(44,7,158); }

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

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

 span { border-color: rgb(44,7,158); }

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