Html Css Color HEX #2B17AA Ultramarine

📋 copy color: '#2B17AA'

red 43 ◦ green 23 ◦ blue 170

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

Shades of Ultramarine #2B17AA

Tints of Ultramarine #2B17AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.75%

 BLUE value IS 170 (66.8% from 255) = 72.03%

R = 18.22%
G = 9.75%
B = 72.03%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B17AA (or 0x2B17AA) is known color: Ultramarine. HEX triplet: 2B, 17 and AA. RGB value is (43,23,170). Sum of RGB (Red+Green+Blue) = 43+23+170=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B17AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B17AA is #D4E855. Grayscale: #2D2D2D. Windows color (decimal): -13953110 or 11147051. OLE color: 11147051.

HSL color Cylindrical-coordinate representation of color #2B17AA: hue angle of 248.16º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B17AA is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 23 170 -
CMYK 0.75 0.86 0 0.33
HSL 248.16º 0.76% 0.38% -
HSV(B) 248.16º 0.86% 0.67% -
XYZ 8.56 4.03 38.36 -
YUV 45.74 198.13 126.05 -
System Red Green Blue C M Y K H S L
Decimal 43 23 170 0.75 0.86 0 0.33 248.16 0.76 0.38
Hex 2B 17 AA 4B 56 0 21 F8 4C 26
Octal 53 27 252 113 126 0 41 370 114 46
Binary 101011 10111 10101010 1001011 1010110 0 100001 11111000 1001100 100110

Color Harmonies of #2B17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B17AA

Black with #2B17AA

Text Example


Text Example

White with #2B17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,23,170); }

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

background-color css

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

 a { background-color: rgb(43,23,170); }

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

border-color css

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

 span { border-color: rgb(43,23,170); }

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