#2B269B

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

Shades of Ultramarine #2B269B

Tints of Ultramarine #2B269B

Color information

#2B269B (or 0x2B269B) is unknown color: approx Ultramarine. HEX triplet: 2B, 26 and 9B. RGB value is (43,38,155). Sum of RGB (Red+Green+Blue) = 43+38+155=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B269B is #D4D964. Grayscale: #343434. Windows color (decimal): -13949285 or 10167851. OLE color: 10167851.

HSL color Cylindrical-coordinate representation of color #2B269B: hue angle of 242.56º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B269B is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4338155-
CMYK0.720.7500.39
HSL242.56º60.62%37.84%-
HSV(B)242.56º75.48%60.78%-
XYZ7.614.2731.43-
YUV52.83185.66120.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.22%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 155 (60.94% from 255) = 65.68%
R=18.22%
G=16.10%
B=65.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43381550.720.7500.39242.5660.6237.84
Hex2B269B484B027f33d26
Octal53462331101130473637546
Binary1010111001101001101110010001001011010011111110011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B269B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,38,155); }

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

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

 a { background-color: rgb(43,38,155); }

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

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

 span { border-color: rgb(43,38,155); }

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