Html Css Color HEX #2B249B Ultramarine

📋 copy color: '#2B249B'

red 43 ◦ green 36 ◦ blue 155

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

Shades of Ultramarine #2B249B

Tints of Ultramarine #2B249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 66.24%

R = 18.38%
G = 15.38%
B = 66.24%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2B249B (or 0x2B249B) is known color: Ultramarine. HEX triplet: 2B, 24 and 9B. RGB value is (43,36,155). Sum of RGB (Red+Green+Blue) = 43+36+155=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B249B is #D4DB64. Grayscale: #333333. Windows color (decimal): -13949797 or 10167339. OLE color: 10167339.

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

Color convert

RGB 43 36 155 -
CMYK 0.72 0.77 0 0.39
HSL 243.53º 0.62% 0.37% -
HSV(B) 243.53º 0.77% 0.61% -
XYZ 7.54 4.14 31.41 -
YUV 51.66 186.32 121.82 -
System Red Green Blue C M Y K H S L
Decimal 43 36 155 0.72 0.77 0 0.39 243.53 0.62 0.37
Hex 2B 24 9B 48 4D 0 27 F4 3E 25
Octal 53 44 233 110 115 0 47 364 76 45
Binary 101011 100100 10011011 1001000 1001101 0 100111 11110100 111110 100101

Color Harmonies of #2B249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B249B

Black with #2B249B

Text Example


Text Example

White with #2B249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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