Html Css Color HEX #3113AF Ultramarine

📋 copy color: '#3113AF'

red 49 ◦ green 19 ◦ blue 175

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

Shades of Ultramarine #3113AF

Tints of Ultramarine #3113AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.82%

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

R = 20.16%
G = 7.82%
B = 72.02%

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

#3113AF (or 0x3113AF) is known color: Ultramarine. HEX triplet: 31, 13 and AF. RGB value is (49,19,175). Sum of RGB (Red+Green+Blue) = 49+19+175=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #3113AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3113AF is #CEEC50. Grayscale: #2D2D2D. Windows color (decimal): -13560913 or 11473713. OLE color: 11473713.

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

Color convert

RGB 49 19 175 -
CMYK 0.72 0.89 0 0.31
HSL 251.54º 0.8% 0.38% -
HSV(B) 251.54º 0.89% 0.69% -
XYZ 9.24 4.21 40.88 -
YUV 45.75 200.94 130.32 -
System Red Green Blue C M Y K H S L
Decimal 49 19 175 0.72 0.89 0 0.31 251.54 0.8 0.38
Hex 31 13 AF 48 59 0 1F FC 50 26
Octal 61 23 257 110 131 0 37 374 120 46
Binary 110001 10011 10101111 1001000 1011001 0 11111 11111100 1010000 100110

Color Harmonies of #3113AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3113AF

Black with #3113AF

Text Example


Text Example

White with #3113AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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