Html Css Color HEX #2B1AAE Ultramarine

📋 copy color: '#2B1AAE'

red 43 ◦ green 26 ◦ blue 174

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

Shades of Ultramarine #2B1AAE

Tints of Ultramarine #2B1AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.7%

 BLUE value IS 174 (68.36% from 255) = 71.6%

R = 17.7%
G = 10.7%
B = 71.6%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B1AAE (or 0x2B1AAE) is known color: Ultramarine. HEX triplet: 2B, 1A and AE. RGB value is (43,26,174). Sum of RGB (Red+Green+Blue) = 43+26+174=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B1AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1AAE is #D4E551. Grayscale: #2F2F2F. Windows color (decimal): -13952338 or 11409963. OLE color: 11409963.

HSL color Cylindrical-coordinate representation of color #2B1AAE: hue angle of 246.89º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B1AAE is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 26 174 -
CMYK 0.75 0.85 0 0.32
HSL 246.89º 0.74% 0.39% -
HSV(B) 246.89º 0.85% 0.68% -
XYZ 9.01 4.31 40.4 -
YUV 47.96 199.13 124.47 -
System Red Green Blue C M Y K H S L
Decimal 43 26 174 0.75 0.85 0 0.32 246.89 0.74 0.39
Hex 2B 1A AE 4B 55 0 20 F7 4A 27
Octal 53 32 256 113 125 0 40 367 112 47
Binary 101011 11010 10101110 1001011 1010101 0 100000 11110111 1001010 100111

Color Harmonies of #2B1AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1AAE

Black with #2B1AAE

Text Example


Text Example

White with #2B1AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,26,174); }

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

background-color css

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

 a { background-color: rgb(43,26,174); }

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

border-color css

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

 span { border-color: rgb(43,26,174); }

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