#2B079E

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

Shades of Ultramarine #2B079E

Tints of Ultramarine #2B079E

Color information

#2B079E (or 0x2B079E) is unknown color: approx Ultramarine. HEX triplet: 2B, 07 and 9E. RGB value is (43,7,158). Sum of RGB (Red+Green+Blue) = 43+7+158=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B079E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B079E is #D4F861. Grayscale: #222222. Windows color (decimal): -13957218 or 10356523. OLE color: 10356523.

HSL color Cylindrical-coordinate representation of color #2B079E: hue angle of 254.3º 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 #2B079E is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB437158-
CMYK0.730.9600.38
HSL254.3º91.52%32.35%-
HSV(B)254.3º95.57%61.96%-
XYZ7.243.1332.57-
YUV34.98197.43133.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.67%
GREEN value IS 7 (3.12% from 255) = 3.37%
BLUE value IS 158 (62.11% from 255) = 75.96%
R=20.67%
G=3.37%
B=75.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4371580.730.9600.38254.391.5232.35
Hex2B79E4960026fe5c20
Octal53723611114004637613440
Binary10101111110011110100100111000000100110111111101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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