Html Css Color HEX #2914B0 Ultramarine

📋 copy color: '#2914B0'

red 41 ◦ green 20 ◦ blue 176

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

Shades of Ultramarine #2914B0

Tints of Ultramarine #2914B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 74.26%

R = 17.3%
G = 8.44%
B = 74.26%

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

#2914B0 (or 0x2914B0) is known color: Ultramarine. HEX triplet: 29, 14 and B0. RGB value is (41,20,176). Sum of RGB (Red+Green+Blue) = 41+20+176=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 176 (69.14% from 255 or 74.26% from 237); Max value from RGB is 176 - color contains mainly: blue. Hex color #2914B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2914B0 is #D6EB4F. Grayscale: #2B2B2B. Windows color (decimal): -14084944 or 11539497. OLE color: 11539497.

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

Color convert

RGB 41 20 176 -
CMYK 0.77 0.89 0 0.31
HSL 248.08º 0.8% 0.38% -
HSV(B) 248.08º 0.89% 0.69% -
XYZ 9 4.11 41.39 -
YUV 44.06 202.46 125.82 -
System Red Green Blue C M Y K H S L
Decimal 41 20 176 0.77 0.89 0 0.31 248.08 0.8 0.38
Hex 29 14 B0 4D 59 0 1F F8 50 26
Octal 51 24 260 115 131 0 37 370 120 46
Binary 101001 10100 10110000 1001101 1011001 0 11111 11111000 1010000 100110

Color Harmonies of #2914B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2914B0

Black with #2914B0

Text Example


Text Example

White with #2914B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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