Html Css Color HEX #2914B1 Ultramarine

📋 copy color: '#2914B1'

red 41 ◦ green 20 ◦ blue 177

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

Shades of Ultramarine #2914B1

Tints of Ultramarine #2914B1

RGB

 RED value IS 41 (16.41% from 255) = 17.23%

 GREEN value IS 20 (8.2% from 255) = 8.4%

 BLUE value IS 177 (69.53% from 255) = 74.37%

R = 17.23%
G = 8.4%
B = 74.37%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2914B1 (or 0x2914B1) is known color: Ultramarine. HEX triplet: 29, 14 and B1. RGB value is (41,20,177). Sum of RGB (Red+Green+Blue) = 41+20+177=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 177 (69.53% from 255 or 74.37% from 238); Max value from RGB is 177 - color contains mainly: blue. Hex color #2914B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2914B1 is #D6EB4E. Grayscale: #2B2B2B. Windows color (decimal): -14084943 or 11605033. OLE color: 11605033.

HSL color Cylindrical-coordinate representation of color #2914B1: hue angle of 248.03º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2914B1 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 20 177 -
CMYK 0.77 0.89 0 0.31
HSL 248.03º 0.8% 0.39% -
HSV(B) 248.03º 0.89% 0.69% -
XYZ 9.1 4.15 41.92 -
YUV 44.18 202.96 125.73 -
System Red Green Blue C M Y K H S L
Decimal 41 20 177 0.77 0.89 0 0.31 248.03 0.8 0.39
Hex 29 14 B1 4D 59 0 1F F8 50 27
Octal 51 24 261 115 131 0 37 370 120 47
Binary 101001 10100 10110001 1001101 1011001 0 11111 11111000 1010000 100111

Color Harmonies of #2914B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2914B1

Black with #2914B1

Text Example


Text Example

White with #2914B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2914B1; }

 p { color: rgb(41,20,177); }

 H1.HeaderClassName
 {
   color: #2914B1;
 }
 .AnyTagClassName
 {
   color: #2914B1;
 }
</style>

background-color css

<style>
 a { background-color: #2914B1; }

 a { background-color: rgb(41,20,177); }

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

border-color css

<style>
 span { border-color: #2914B1; }

 span { border-color: rgb(41,20,177); }

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