Html Css Color HEX #2914AF Ultramarine

📋 copy color: '#2914AF'

red 41 ◦ green 20 ◦ blue 175

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

Shades of Ultramarine #2914AF

Tints of Ultramarine #2914AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 74.15%

R = 17.37%
G = 8.47%
B = 74.15%

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

#2914AF (or 0x2914AF) is known color: Ultramarine. HEX triplet: 29, 14 and AF. RGB value is (41,20,175). Sum of RGB (Red+Green+Blue) = 41+20+175=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #2914AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2914AF is #D6EB50. Grayscale: #2B2B2B. Windows color (decimal): -14084945 or 11473961. OLE color: 11473961.

HSL color Cylindrical-coordinate representation of color #2914AF: hue angle of 248.13º degrees, saturation: 0.79, 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 #2914AF is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 20 175 -
CMYK 0.77 0.89 0 0.31
HSL 248.13º 0.79% 0.38% -
HSV(B) 248.13º 0.89% 0.69% -
XYZ 8.9 4.07 40.87 -
YUV 43.95 201.96 125.9 -
System Red Green Blue C M Y K H S L
Decimal 41 20 175 0.77 0.89 0 0.31 248.13 0.79 0.38
Hex 29 14 AF 4D 59 0 1F F8 4F 26
Octal 51 24 257 115 131 0 37 370 117 46
Binary 101001 10100 10101111 1001101 1011001 0 11111 11111000 1001111 100110

Color Harmonies of #2914AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2914AF

Black with #2914AF

Text Example


Text Example

White with #2914AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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