Html Css Color HEX #2B1EAA Ultramarine

📋 copy color: '#2B1EAA'

red 43 ◦ green 30 ◦ blue 170

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

Shades of Ultramarine #2B1EAA

Tints of Ultramarine #2B1EAA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.35%

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

R = 17.7%
G = 12.35%
B = 69.96%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B1EAA (or 0x2B1EAA) is known color: Ultramarine. HEX triplet: 2B, 1E and AA. RGB value is (43,30,170). Sum of RGB (Red+Green+Blue) = 43+30+170=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B1EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1EAA is #D4E155. Grayscale: #313131. Windows color (decimal): -13951318 or 11148843. OLE color: 11148843.

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

Color convert

RGB 43 30 170 -
CMYK 0.75 0.82 0 0.33
HSL 245.57º 0.7% 0.39% -
HSV(B) 245.57º 0.82% 0.67% -
XYZ 8.72 4.34 38.41 -
YUV 49.85 195.81 123.12 -
System Red Green Blue C M Y K H S L
Decimal 43 30 170 0.75 0.82 0 0.33 245.57 0.7 0.39
Hex 2B 1E AA 4B 52 0 21 F6 46 27
Octal 53 36 252 113 122 0 41 366 106 47
Binary 101011 11110 10101010 1001011 1010010 0 100001 11110110 1000110 100111

Color Harmonies of #2B1EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1EAA

Black with #2B1EAA

Text Example


Text Example

White with #2B1EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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