Html Css Color HEX #3114AF Ultramarine

📋 copy color: '#3114AF'

red 49 ◦ green 20 ◦ blue 175

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

Shades of Ultramarine #3114AF

Tints of Ultramarine #3114AF

RGB

 RED value IS 49 (19.53% from 255) = 20.08%

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

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

R = 20.08%
G = 8.2%
B = 71.72%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3114AF (or 0x3114AF) is known color: Ultramarine. HEX triplet: 31, 14 and AF. RGB value is (49,20,175). Sum of RGB (Red+Green+Blue) = 49+20+175=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 175 (68.75% from 255 or 71.72% from 244); Max value from RGB is 175 - color contains mainly: blue. Hex color #3114AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3114AF is #CEEB50. Grayscale: #2D2D2D. Windows color (decimal): -13560657 or 11473969. OLE color: 11473969.

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

Color convert

RGB 49 20 175 -
CMYK 0.72 0.89 0 0.31
HSL 251.23º 0.79% 0.38% -
HSV(B) 251.23º 0.89% 0.69% -
XYZ 9.25 4.25 40.89 -
YUV 46.34 200.61 129.9 -
System Red Green Blue C M Y K H S L
Decimal 49 20 175 0.72 0.89 0 0.31 251.23 0.79 0.38
Hex 31 14 AF 48 59 0 1F FB 4F 26
Octal 61 24 257 110 131 0 37 373 117 46
Binary 110001 10100 10101111 1001000 1011001 0 11111 11111011 1001111 100110

Color Harmonies of #3114AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3114AF

Black with #3114AF

Text Example


Text Example

White with #3114AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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