Html Css Color HEX #2B169C Ultramarine

📋 copy color: '#2B169C'

red 43 ◦ green 22 ◦ blue 156

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

Shades of Ultramarine #2B169C

Tints of Ultramarine #2B169C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.95%

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

R = 19.46%
G = 9.95%
B = 70.59%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2B169C (or 0x2B169C) is known color: Ultramarine. HEX triplet: 2B, 16 and 9C. RGB value is (43,22,156). Sum of RGB (Red+Green+Blue) = 43+22+156=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 156 (61.33% from 255 or 70.59% from 221); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B169C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B169C is #D4E963. Grayscale: #2B2B2B. Windows color (decimal): -13953380 or 10229291. OLE color: 10229291.

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

Color convert

RGB 43 22 156 -
CMYK 0.72 0.86 0 0.39
HSL 249.4º 0.75% 0.35% -
HSV(B) 249.4º 0.86% 0.61% -
XYZ 7.28 3.49 31.74 -
YUV 43.56 191.46 127.6 -
System Red Green Blue C M Y K H S L
Decimal 43 22 156 0.72 0.86 0 0.39 249.4 0.75 0.35
Hex 2B 16 9C 48 56 0 27 F9 4B 23
Octal 53 26 234 110 126 0 47 371 113 43
Binary 101011 10110 10011100 1001000 1010110 0 100111 11111001 1001011 100011

Color Harmonies of #2B169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B169C

Black with #2B169C

Text Example


Text Example

White with #2B169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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