Html Css Color HEX #2B249A Ultramarine

📋 copy color: '#2B249A'

red 43 ◦ green 36 ◦ blue 154

#2B249A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #2B249A

Tints of Ultramarine #2B249A

RGB

 RED value IS 43 (17.19% from 255) = 18.45%

 GREEN value IS 36 (14.45% from 255) = 15.45%

 BLUE value IS 154 (60.55% from 255) = 66.09%

R = 18.45%
G = 15.45%
B = 66.09%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2B249A (or 0x2B249A) is known color: Ultramarine. HEX triplet: 2B, 24 and 9A. RGB value is (43,36,154). Sum of RGB (Red+Green+Blue) = 43+36+154=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 154 (60.55% from 255 or 66.09% from 233); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B249A is #D4DB65. Grayscale: #333333. Windows color (decimal): -13949798 or 10101803. OLE color: 10101803.

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

Color convert

RGB 43 36 154 -
CMYK 0.72 0.77 0 0.40
HSL 243.56º 0.62% 0.37% -
HSV(B) 243.56º 0.77% 0.6% -
XYZ 7.46 4.11 30.97 -
YUV 51.55 185.82 121.91 -
System Red Green Blue C M Y K H S L
Decimal 43 36 154 0.72 0.77 0 0.40 243.56 0.62 0.37
Hex 2B 24 9A 48 4D 0 28 F4 3E 25
Octal 53 44 232 110 115 0 50 364 76 45
Binary 101011 100100 10011010 1001000 1001101 0 101000 11110100 111110 100101

Color Harmonies of #2B249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B249A

Black with #2B249A

Text Example


Text Example

White with #2B249A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B249A;
 }
 .AnyTagClassName
 {
   color: #2B249A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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