Html Css Color HEX #3106BB Ultramarine

📋 copy color: '#3106BB'

red 49 ◦ green 6 ◦ blue 187

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

Shades of Ultramarine #3106BB

Tints of Ultramarine #3106BB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.48%

 BLUE value IS 187 (73.44% from 255) = 77.27%

R = 20.25%
G = 2.48%
B = 77.27%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3106BB (or 0x3106BB) is known color: Ultramarine. HEX triplet: 31, 06 and BB. RGB value is (49,6,187). Sum of RGB (Red+Green+Blue) = 49+6+187=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 187 (73.44% from 255 or 77.27% from 242); Max value from RGB is 187 - color contains mainly: blue. Hex color #3106BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3106BB is #CEF944. Grayscale: #262626. Windows color (decimal): -13564229 or 12256817. OLE color: 12256817.

HSL color Cylindrical-coordinate representation of color #3106BB: hue angle of 254.25º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3106BB is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 6 187 -
CMYK 0.74 0.97 0 0.27
HSL 254.25º 0.94% 0.38% -
HSV(B) 254.25º 0.97% 0.73% -
XYZ 10.3 4.37 47.31 -
YUV 39.49 211.25 134.78 -
System Red Green Blue C M Y K H S L
Decimal 49 6 187 0.74 0.97 0 0.27 254.25 0.94 0.38
Hex 31 6 BB 4A 61 0 1B FE 5E 26
Octal 61 6 273 112 141 0 33 376 136 46
Binary 110001 110 10111011 1001010 1100001 0 11011 11111110 1011110 100110

Color Harmonies of #3106BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3106BB

Black with #3106BB

Text Example


Text Example

White with #3106BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3106BB; }

 p { color: rgb(49,6,187); }

 H1.HeaderClassName
 {
   color: #3106BB;
 }
 .AnyTagClassName
 {
   color: #3106BB;
 }
</style>

background-color css

<style>
 a { background-color: #3106BB; }

 a { background-color: rgb(49,6,187); }

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

border-color css

<style>
 span { border-color: #3106BB; }

 span { border-color: rgb(49,6,187); }

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