Html Css Color HEX #3115B3 Ultramarine

📋 copy color: '#3115B3'

red 49 ◦ green 21 ◦ blue 179

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

Shades of Ultramarine #3115B3

Tints of Ultramarine #3115B3

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

 BLUE value IS 179 (70.31% from 255) = 71.89%

R = 19.68%
G = 8.43%
B = 71.89%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3115B3 (or 0x3115B3) is known color: Ultramarine. HEX triplet: 31, 15 and B3. RGB value is (49,21,179). Sum of RGB (Red+Green+Blue) = 49+21+179=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 179 (70.31% from 255 or 71.89% from 249); Max value from RGB is 179 - color contains mainly: blue. Hex color #3115B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3115B3 is #CEEA4C. Grayscale: #2E2E2E. Windows color (decimal): -13560397 or 11736369. OLE color: 11736369.

HSL color Cylindrical-coordinate representation of color #3115B3: hue angle of 250.63º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3115B3 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 21 179 -
CMYK 0.73 0.88 0 0.30
HSL 250.63º 0.79% 0.39% -
HSV(B) 250.63º 0.88% 0.7% -
XYZ 9.67 4.44 43 -
YUV 47.38 202.28 129.15 -
System Red Green Blue C M Y K H S L
Decimal 49 21 179 0.73 0.88 0 0.30 250.63 0.79 0.39
Hex 31 15 B3 49 58 0 1E FB 4F 27
Octal 61 25 263 111 130 0 36 373 117 47
Binary 110001 10101 10110011 1001001 1011000 0 11110 11111011 1001111 100111

Color Harmonies of #3115B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3115B3

Black with #3115B3

Text Example


Text Example

White with #3115B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3115B3; }

 p { color: rgb(49,21,179); }

 H1.HeaderClassName
 {
   color: #3115B3;
 }
 .AnyTagClassName
 {
   color: #3115B3;
 }
</style>

background-color css

<style>
 a { background-color: #3115B3; }

 a { background-color: rgb(49,21,179); }

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

border-color css

<style>
 span { border-color: #3115B3; }

 span { border-color: rgb(49,21,179); }

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