Html Css Color HEX #2B249C Ultramarine

📋 copy color: '#2B249C'

red 43 ◦ green 36 ◦ blue 156

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

Shades of Ultramarine #2B249C

Tints of Ultramarine #2B249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 66.38%

R = 18.3%
G = 15.32%
B = 66.38%

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

#2B249C (or 0x2B249C) is known color: Ultramarine. HEX triplet: 2B, 24 and 9C. RGB value is (43,36,156). Sum of RGB (Red+Green+Blue) = 43+36+156=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B249C is #D4DB63. Grayscale: #333333. Windows color (decimal): -13949796 or 10232875. OLE color: 10232875.

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

Color convert

RGB 43 36 156 -
CMYK 0.72 0.77 0 0.39
HSL 243.5º 0.63% 0.38% -
HSV(B) 243.5º 0.77% 0.61% -
XYZ 7.63 4.18 31.86 -
YUV 51.77 186.82 121.74 -
System Red Green Blue C M Y K H S L
Decimal 43 36 156 0.72 0.77 0 0.39 243.5 0.63 0.38
Hex 2B 24 9C 48 4D 0 27 F4 3E 26
Octal 53 44 234 110 115 0 47 364 76 46
Binary 101011 100100 10011100 1001000 1001101 0 100111 11110100 111110 100110

Color Harmonies of #2B249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B249C

Black with #2B249C

Text Example


Text Example

White with #2B249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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