#2B259E

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

Shades of Ultramarine #2B259E

Tints of Ultramarine #2B259E

Color information

#2B259E (or 0x2B259E) is unknown color: approx Ultramarine. HEX triplet: 2B, 25 and 9E. RGB value is (43,37,158). Sum of RGB (Red+Green+Blue) = 43+37+158=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 158 (62.11% from 255 or 66.39% from 238); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B259E is #D4DA61. Grayscale: #343434. Windows color (decimal): -13949538 or 10364203. OLE color: 10364203.

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

Color convert

RGB4337158-
CMYK0.730.7700.38
HSL242.98º62.05%38.24%-
HSV(B)242.98º76.58%61.96%-
XYZ7.834.3132.77-
YUV52.59187.49121.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.07%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 158 (62.11% from 255) = 66.39%
R=18.07%
G=15.55%
B=66.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43371580.730.7700.38242.9862.0538.24
Hex2B259E494D026f33e26
Octal53452361111150463637646
Binary1010111001011001111010010011001101010011011110011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B259E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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