#2B269A

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

Shades of Ultramarine #2B269A

Tints of Ultramarine #2B269A

Color information

#2B269A (or 0x2B269A) is unknown color: approx Ultramarine. HEX triplet: 2B, 26 and 9A. RGB value is (43,38,154). Sum of RGB (Red+Green+Blue) = 43+38+154=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B269A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B269A is #D4D965. Grayscale: #343434. Windows color (decimal): -13949286 or 10102315. OLE color: 10102315.

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

Color convert

RGB4338154-
CMYK0.720.7500.40
HSL242.59º60.42%37.65%-
HSV(B)242.59º75.32%60.39%-
XYZ7.524.2330.99-
YUV52.72185.16121.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.30%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 154 (60.55% from 255) = 65.53%
R=18.30%
G=16.17%
B=65.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43381540.720.7500.40242.5960.4237.65
Hex2B269A484B028f33c26
Octal53462321101130503637446
Binary1010111001101001101010010001001011010100011110011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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